RE: Admin tutorials?

Поиск
Список
Период
Сортировка
От Michael Davis
Тема RE: Admin tutorials?
Дата
Msg-id 01C08854.366F0610.mdavis@sevainc.com
обсуждение исходный текст
Ответ на Admin tutorials?  (lbottorff@harveycounty.com)
Список pgsql-admin
In psql, type \dS.  This will report all the system tables.

For example:

Select * from pg_tables;

Will select info on all your tables.

Here is a link that describes most of the system tables:

http://www.postgresql.org/devel-corner/docs/postgres/catalogs.htm



-----Original Message-----
From:    lbottorff@harveycounty.com [SMTP:lbottorff@harveycounty.com]
Sent:    Saturday, January 27, 2001 10:24 AM
To:    pgsql-admin@postgresql.org
Subject:    Admin tutorials?

I've looked at psql and found good stuff, but I still don't know how to get a
listing of all my tables. I know in Oracle it's a SELECT statement, and I take
it for granted a lot of admin is done with regular SQL commands, where can I
learn such stuff as how to list my tables?

LB



В списке pgsql-admin по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Some thoughts on replication
Следующее
От: Tom Lane
Дата:
Сообщение: Re: postgres limitation