Thread: Re: [GENERAL] Comments in postgres ?

Re: [GENERAL] Comments in postgres ?

From
davidb@vectormath.com
Date:
-- 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