Adding // comments (ANSI??)... - Mailing list pgsql-patches

From Sean Chittenden
Subject Adding // comments (ANSI??)...
Date
Msg-id 20030204232135.GG15936@perrin.int.nxad.com
Whole thread Raw
Responses Re: Adding // comments (ANSI??)...
Re: Adding // comments (ANSI??)...
List pgsql-patches
I just had a friend over at EDS ask me if PostgreSQL supported //
comments.  It didn't, so I put together a patch for them so that they
could retain compatiblity across the databases they work on.

I didn't think much of it until I took a gander at the crash-me page
on mysql.com and I couldn't find a single vendor that supports //
comments, but it did list // as an ANSI supported comment.  ::shrug::
I don't have a copy of the spec, so someone more knowledgable in that
area will have to speak to this or whether or not support for // is
even wantd, but, here's the patch and regression tests.  -sc

--
Sean Chittenden

Attachment

pgsql-patches by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: timestamp patch to extend legal range of dates.
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Adding // comments (ANSI??)...