Especial delimiters caracter

Поиск
Список
Период
Сортировка
От Montervino, Mariano
Тема Especial delimiters caracter
Дата
Msg-id 9B9EF0AE4BCBD21190220008C74C77A903169B5D@NT-GROUPWARE
обсуждение исходный текст
Ответы Re: Especial delimiters caracter  (Oliver Elphick <olly@lfix.co.uk>)
Список pgsql-general
running the following script

select ('cabal\\' || user_name) into temporary user_access from
tbl_user_access where access_profile_id = 4;
copy user_access to '/temp/users.txt' delimiters '|';

The result of the output file is...
domain\\users
but the field in the temp table is...
domain\users

I need the same result like temp table. How could i do it??

RGDS


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

Предыдущее
От: maufaini@tiscali.it (Maurizio Faini)
Дата:
Сообщение: GET LAST ID INSERT
Следующее
От: pginfo
Дата:
Сообщение: Re: pg 7.3.4 and linux box crash