Bug in comment parsing? [was: Re: Comments in .sql files]

Поиск
Список
Период
Сортировка
От Rory Campbell-Lange
Тема Bug in comment parsing? [was: Re: Comments in .sql files]
Дата
Msg-id 20030801135150.GE20032@campbell-lange.net
обсуждение исходный текст
Ответ на Re: Comments in .sql files  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Bug in comment parsing? [was: Re: Comments in .sql files]  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: error while loading shared libraries: libpq.so.3
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Comments in .sql files