Bug in comment parsing? [was: Re: Comments in .sql files] - Mailing list pgsql-general

From Rory Campbell-Lange
Subject Bug in comment parsing? [was: Re: Comments in .sql files]
Date
Msg-id 20030801135150.GE20032@campbell-lange.net
Whole thread Raw
In response to Re: Comments in .sql files  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Bug in comment parsing? [was: Re: Comments in .sql files]  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
/*
    Check to see if a person's code is correct
*/

My Postgres 7.3.2 install chokes on the ' when trying to load a function
from psql \i.

Rory

On 31/07/03, Tom Lane (tgl@sss.pgh.pa.us) wrote:
> "Chad N. Tindel" <chad@tindel.net> writes:
> > 1.  It obviously doesn't like the # notation for comments.  What is the proper
> > way to put comments in schema files?
>
> The SQL-standard comment syntaxes are
>
>     -- comment to end of line
>
>     /* C-like comment, possibly multiple lines */

--
Rory Campbell-Lange
<rory@campbell-lange.net>
<www.campbell-lange.net>

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: error while loading shared libraries: libpq.so.3
Next
From: Tom Lane
Date:
Subject: Re: Comments in .sql files