Re: Using COPY

Поиск
Список
Период
Сортировка
От Peter Darley
Тема Re: Using COPY
Дата
Msg-id NNEAICKPNOGDBHNCEDCPIEKACIAA.pdarley@kinesis-cem.com
обсуждение исходный текст
Ответ на Re: Using COPY  ("Joel Burton" <joel@joelburton.com>)
Ответы Re: Using COPY  ("Joel Burton" <joel@joelburton.com>)
Список pgsql-general
Joel,
    Just out of curiosity, how would that query to update the marker be
written?  It's very similar to something I'd like to do, but have been
unable to work out.
Thanks,
Peter Darley

-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org]On Behalf Of Joel Burton
Sent: Tuesday, May 14, 2002 9:25 AM
To: Tom Lane; joe@jwebmedia.com
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Using COPY

Or, if that's tricky for you to do w/the conversion/output tools you have at
your disposal, turn the linebreaks into some unusual marker ("@@~@@") using
any tool (emacs, perl, even Microsoft Word will do), pull the data in using
COPY, and once in pgsql, you can fix this with a query.




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

Предыдущее
От: Michael Adler
Дата:
Сообщение: tool for comparing databases (?)
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: [JDBC] select * from mytable where myfield=null;