আমি 'পোস্টগ্রিস' সুপার ব্যবহারকারীর সাথে একটি নতুন পোস্টগ্র্যাস্কল ইনস্টল করে কাজ করছি। এর মাধ্যমে লগ ইন:
sudo -u postgres psql
postgres=# createdb database
postgres-# \list
List of databases
Name | Owner | Encoding | Collation | Ctype | Access privileges
-----------+----------+----------+-------------+-------------+-----------------------
postgres | postgres | UTF8 | en_GB.UTF-8 | en_GB.UTF-8 |
template0 | postgres | UTF8 | en_GB.UTF-8 | en_GB.UTF-8 | =c/postgres
: postgres=CTc/postgres
template1 | postgres | UTF8 | en_GB.UTF-8 | en_GB.UTF-8 | =c/postgres
: postgres=CTc/postgres
কোনও ত্রুটি নেই, এখনও সারণী তৈরি হচ্ছে না। কোন ধারনা?