Re: [GENERAL] Comments in postgres ?

From: davidb(at)vectormath(dot)com
To: "Ed Bras" <e(dot)bras(at)hccnet(dot)nl>, <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] Comments in postgres ?
Date: 2000-01-17 22:10:51
Message-ID: 002601bf6137$b92ec990$0602010a@bullwinkle.vectormath
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

-- This is a one line comment.

/*
This is a multi-
line comment.
*/
-----Original Message-----
From: Ed Bras <e(dot)bras(at)hccnet(dot)nl>
To: pgsql-general(at)postgreSQL(dot)org <pgsql-general(at)postgreSQL(dot)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

Browse pgsql-general by date

  From Date Subject
Next Message Martin Schulze 2000-01-17 23:02:45 Re: Comments in postgres ?
Previous Message Ed Bras 2000-01-17 21:52:28 Comments in postgres ?