Re: \copy command: how to define a tab character as the delimiter

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: \copy command: how to define a tab character as the delimiter
Дата
Msg-id 4B969656.4090005@gmail.com
обсуждение исходный текст
Ответ на Re: \copy command: how to define a tab character as the delimiter  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-general
On 03/09/2010 10:09 AM, Thomas Kellerer wrote:
> Raymond O'Donnell wrote on 09.03.2010 18:39:
>> This is Postgres you're talking about - of course it's that easy! :-)
>
> :)
>
> The main reason I asked, was that the manual actually claims that '\t'
> can be used ("The following special backslash sequences are recognized
> by COPY FROM")
>
> As this is part of the description for the COPY command, does this maybe
> mean it is only valid for COPY but not for \copy?
> if that is the case, it should be documented somewhere).
>
> Or is this related to the value of standard_conforming_strings?
>
> Thomas
>
>

 From here:
http://www.postgresql.org/docs/8.4/interactive/app-psql.html
"The syntax of the command is similar to that of the SQL COPY  command.
Note that, because of this, special parsing rules apply to the \copy
command. In particular, the variable substitution rules and backslash
escapes do not apply. "

--
Adrian Klaver
adrian.klaver@gmail.com

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

Предыдущее
От: Dan Fitzpatrick
Дата:
Сообщение: Re: Update view/table rule order of operations or race condition
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Not all functions in schema pg_catalog are "visible"