Re: [GENERAL] Comments in postgres ? - Mailing list pgsql-general

From davidb@vectormath.com
Subject Re: [GENERAL] Comments in postgres ?
Date
Msg-id 002601bf6137$b92ec990$0602010a@bullwinkle.vectormath
Whole thread Raw
List pgsql-general
-- This is a one line comment.
 
/*
This is a multi-
line comment.
*/
-----Original Message-----
From: Ed Bras <e.bras@hccnet.nl>
To: pgsql-general@postgreSQL.org <pgsql-general@postgreSQL.org>
Date: Monday, January 17, 2000 4:06 PM
Subject: [GENERAL] Comments in postgres ?

 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 ??
 
Regards,
Ed Bras

pgsql-general by date:

Previous
From: "Ed Bras"
Date:
Subject: Comments in postgres ?
Next
From: Martin Schulze
Date:
Subject: Re: Comments in postgres ?