Re: mysql_field_name equivalent

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: mysql_field_name equivalent
Дата
Msg-id B1293F70-3BE8-11D8-A298-000A95C88220@myrealbox.com
обсуждение исходный текст
Ответ на mysql_field_name equivalent  ("Mace, Richard" <richard.mace@Lorien.co.uk>)
Список pgsql-novice
On Dec 31, 2003, at 5:59 AM, Mace, Richard wrote:
> I am running a select query (7.2) and would like to get the name of
> the columns I am selecting
> too, in order to output a header line to an external file, with the
> result of the select.

I'm not familiar with the mysql command mentioned, but just using \o
and specifying a file in psql does what it sounds like you want.
Specify the file using:
\o /path/to/results.txt

The result of every query entered through psql will appear in the file
just as it would otherwise in psql, complete with column headings.
There are ways to specify the delimiter (e.g., tabs rather than
spaces), or the border (and other options as well) using /pset

Does this help?

Michael Glaesemann
grzm myrealbox com


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

Предыдущее
От: rhkelly
Дата:
Сообщение: Re: stupid question
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: stupid question