Re: Comments in postgres ?

From: Martin Schulze <joey(at)finlandia(dot)Infodrom(dot)North(dot)DE>
To: Ed Bras <e(dot)bras(at)hccnet(dot)nl>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: Comments in postgres ?
Date: 2000-01-17 23:02:45
Message-ID: 20000118000245.D14247@finlandia.infodrom.north.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Robert 2000-01-17 23:38:50 Two serial fields question
Previous Message davidb 2000-01-17 22:10:51 Re: [GENERAL] Comments in postgres ?