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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Adding // comments (ANSI??)...
Дата
Msg-id 21577.1044413165@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Adding // comments (ANSI??)...  (Sean Chittenden <sean@chittenden.org>)
Ответы Re: Adding // comments (ANSI??)...  (Sean Chittenden <sean@chittenden.org>)
Список pgsql-patches
Sean Chittenden <sean@chittenden.org> writes:
> 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::

MySQL seem to have only a very weak grasp on the notion of "spec
compliance" ;-).  // is most definitely not a comment in the SQL spec.

Furthermore, it's a legal operator name in Postgres.

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: Adding // comments (ANSI??)...
Следующее
От: Sean Chittenden
Дата:
Сообщение: Re: Adding // comments (ANSI??)...