Comments

Поиск
Список
Период
Сортировка
От Dale Walker
Тема Comments
Дата
Msg-id 39D7B08A.9AE8C73A@icr.com.au
обсуждение исходный текст
Список pgsql-general
Just wondering is there a way to put comments into a psql command file
tat gets run from the unix prompt..

ie. psql -f cmd.sql

cmd.sql
--------------------
select foo from bar;
--------------------

I was hoping for something like:
-------------------------------
# Simply query
select foo from bar;
-------------------------------


I've been using \echo , but there must be a way I've missed...


--
Dale Walker                                              dale@icr.com.au
Independent Computer Retailers (ICR)               http://www.icr.com.au
ICRnet                               http://www.icr.net.au

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Checking number of entries
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: btree index and max()