Re: Comments in postgres ?

Поиск
Список
Период
Сортировка
От Martin Schulze
Тема Re: Comments in postgres ?
Дата
Msg-id 20000118000245.D14247@finlandia.infodrom.north.de
обсуждение исходный текст
Ответ на Comments in postgres ?  ("Ed Bras" <e.bras@hccnet.nl>)
Список pgsql-general
Ed Bras wrote:
>  I am just new to postgres and I am putting al the commands like create
> tabel and create sequence in one file, but want to join them with some
> comment. What do I need to put in front of a comment so that postgres
> ingnores the rest of the sentence ??

-- comment

create table foo ( -- 'nother comment

Regards,

    Joey

--
Those who don't understand Unix are condemned to reinvent it, poorly.

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

Предыдущее
От: davidb@vectormath.com
Дата:
Сообщение: Re: [GENERAL] Comments in postgres ?
Следующее
От: Robert
Дата:
Сообщение: Two serial fields question