Re: [GENERAL] Comments in postgres ?
davidb@vectormath.com
From: davidb@vectormath.com
To: "Ed Bras" <e.bras@hccnet.nl>, <pgsql-general@postgreSQL.org>
Date: 2000-01-17T22:10:51Z
Lists: 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