Re: Question

Поиск
Список
Период
Сортировка
От Frank Bax
Тема Re: Question
Дата
Msg-id 3.0.6.32.20000906115403.009de100@execulink.com
обсуждение исходный текст
Ответ на Question  ("Cristian D. GAL" <gal@mail.com>)
Список pgsql-general
At 05:54 PM 9/06/00 +0300, you wrote:
>is there a solution to find infos about a table?
>eg: I want to know what field names and their types has a certain table
>from a db.

in psql use:    \d tablename

Inside your own program you will need a query.  You can display the query
behind any psql command if you start psql with the -E option.

Frank


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