Re: Comments in postgres ? - Mailing list pgsql-general

From Martin Schulze
Subject Re: Comments in postgres ?
Date
Msg-id 20000118000245.D14247@finlandia.infodrom.north.de
Whole thread Raw
In response to Comments in postgres ?  ("Ed Bras" <e.bras@hccnet.nl>)
List 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 by date:

Previous
From: davidb@vectormath.com
Date:
Subject: Re: [GENERAL] Comments in postgres ?
Next
From: Robert
Date:
Subject: Two serial fields question