Adding // comments (ANSI??)...

From: Sean Chittenden <sean(at)chittenden(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Subject: Adding // comments (ANSI??)...
Date: 2003-02-04 23:21:35
Message-ID: 20030204232135.GG15936@perrin.int.nxad.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
patch text/plain 5.5 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-02-05 02:03:07 Re: Adding // comments (ANSI??)...
Previous Message Oliver Elphick 2003-02-04 22:20:16 Re: timestamp patch to extend legal range of dates.