Re: [GENERAL] How to view the list of tables?
От
Richard Huxton
Тема
Re: [GENERAL] How to view the list of tables?
Дата
Msg-id
4211D35C.1080004@archonet.com
Ответ на
How to view the list of tables? (Konstantin Danilov)
Список
Дерево обсуждения
How to view the list of tables? Konstantin Danilov <danilov_konst@list.ru>
Re: How to view the list of tables? Mihail Nasedkin <m.nasedkin.perm@mail.ru>
Re: How to view the list of tables? Dick Davies <rasputnik@hellooperator.net>
Re: How to view the list of tables? Dick Davies <rasputnik@hellooperator.net>
Re: [GENERAL] How to view the list of tables? Shridhar Daithankar <ghodechhap@ghodechhap.net>
Re: [GENERAL] How to view the list of tables? Richard Huxton <dev@archonet.com>
Konstantin Danilov wrote: > Hello, list! > I need to view the list of tables in a database. In MySQL I can do it with the command "SHOW TABLES". What about PostgreSQL? > Can I also see somehow the datatypes of tables' fields? > Konstantin "man psql" will show you details of how to operate the psql application, or when in it try "\?" and "\h" to get help. We also now support the SQL-standard "information schema". You'll also find the manuals have this information - available with your installation and also online at http://www.postgresql.org/docs/ HTH -- Richard Huxton Archonet Ltd
В списке pgsql-sql по дате отправления