मैं liferay
अपने PostgreSQL स्थापित डेटाबेस में सभी तालिकाओं को सूचीबद्ध करना चाहूंगा । मैं उसको कैसे करू?
मैं डेटाबेस SELECT * FROM applications;
में निष्पादित करना चाहूंगा liferay
। applications
मेरे जीवन काल में एक तालिका है। यह कैसे किया जाता है?
यहाँ मेरे सभी डेटाबेसों की सूची दी गई है:
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
किसी कारण से विचार शामिल हैं। (PostgreSQL 9.2 में, वैसे भी।)