Re: [HACKERS] psql and comments

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] psql and comments
Дата
Msg-id 199910061817.OAA15421@candle.pha.pa.us
обсуждение исходный текст
Ответ на psql and comments  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Ответы Re: [HACKERS] psql and comments
Список pgsql-hackers
> While you're at it...
> 
> The following example shows psql correctly clearing its input buffer
> when a line containing *only* a comment is seen, but not completely
> clearing the buffer (or not realizing that it is cleared; note the
> changed prompt) if the comment is at the end of a valid query.
> 
> postgres=> -- comment
> postgres=> select 'hi'; -- comment
> ?column?
> --------
> hi      
> (1 row)
> 
> postgres->

But aren't they _in_ a new statement, that begins with '--'?


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] Re: [GENERAL] Re: [PHP3] Re: PostgreSQL vs Mysql comparison
Следующее
От: Oleg Bartunov
Дата:
Сообщение: union and LIMIT problem