Re: psql \o weirdness

Поиск
Список
Период
Сортировка
От Ron St-Pierre
Тема Re: psql \o weirdness
Дата
Msg-id 4138A61C.4030502@syscor.com
обсуждение исходный текст
Ответ на psql \o weirdness  (Ron St-Pierre <rstpierre@syscor.com>)
Список pgsql-general
Peter Eisentraut wrote:

>Ron St-Pierre wrote:
>
>
>>the line in the sql script to
>>  SELECT * FROM myFunction() \o /dev/null;
>>output from this is suppressed. HOWEVER, I get an error when it tries
>>to process the next line;
>>  psql:/usr/local/pgsql/quiet.sql:2: ERROR:  syntax error at or near
>>"SELECT" at character 26
>>
>>
>
>No, what actually happens is that the first SELECT is never executed,
>because there is no terminating semicolon.  The semicolon at the end of
>the line belongs to the \o command.  So when it processes the next
>line, it appends the text to the previous command and tries to execute
>that invalid concatenation.  What you really want to use instead is the
>\g command.
>
>
You're right Peter, the \g works. Thanks for the explanation, I can now
see why using \o wouldn't work.

Ron


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

Предыдущее
От: Lincoln Yeoh
Дата:
Сообщение: Re: postgres "on in the internet"
Следующее
От: Daniel Martini
Дата:
Сообщение: Re: postgres "on in the internet"