Re: How can i get the column names?

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: How can i get the column names?
Дата
Msg-id 20021028131547.GH23020@svana.org
обсуждение исходный текст
Ответ на How can i get the column names?  ("freenet" <leouhlig@freenet.de>)
Список pgsql-general
On Mon, Oct 28, 2002 at 01:57:04PM +0100, freenet wrote:
> Hi,
> For an aplication i need to get only the column names!
> I'm trying to select the column names from a table, but without success.
> Can anybody instruct me how can i do it?

$ psql -E db
db> \d

That should give you the queries you want.
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> There are 10 kinds of people in the world, those that can do binary
> arithmetic and those that can't.

Вложения

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

Предыдущее
От: Ben McMahan
Дата:
Сообщение: Turning the PLANNER off
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Turning the PLANNER off