আমি liferay
আমার পোস্টগ্রিএসকিউএল ইনস্টলের ডাটাবেসে সমস্ত সারণী তালিকাবদ্ধ করতে চাই। আমি কেমন করে ঐটি করি?
আমি চালানো চাই SELECT * FROM applications;
মধ্যে liferay
ডাটাবেস। applications
আমার লাইফরে ডিবিতে একটি টেবিল is এটি কিভাবে হয়?
এখানে আমার সমস্ত ডাটাবেসের একটি তালিকা রয়েছে:
postgres=# \list
List of databases
Name | Owner | Encoding | Collate | Ctype | Access privileges
-----------+----------+----------+-------------+-------------+-----------------------
liferay | postgres | UTF8 | en_GB.UTF-8 | en_GB.UTF-8 | =Tc/postgres +
| | | | | postgres=CTc/postgres+
| | | | | liferay=CTc/postgres
lportal | postgres | UTF8 | en_GB.UTF-8 | en_GB.UTF-8 |
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
(5 rows)
postgres=#
information_schema.tables
কিছু কারণে মতামত অন্তর্ভুক্ত। (পোস্টগ্রিএসকিউএল 9.2 তে, যাইহোক।)