Re: [SQL] How do I copy part of table from db1 to db2 (and

Поиск
Список
Период
Сортировка
От Thomas Pundt
Тема Re: [SQL] How do I copy part of table from db1 to db2 (and
Дата
Msg-id 200508311414.26431.mlists@rp-online.de
обсуждение исходный текст
Ответ на Re: [SQL] How do I copy part of table from db1 to db2 (and  (Thomas Pundt <mlists@rp-online.de>)
Ответы Re: [SQL] How do I copy part of table from db1 to db2  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
Список pgsql-general
On Wednesday 31 August 2005 14:09, Thomas Pundt wrote:
| maybe the "recode" utility can help then? Something like
|
|   pg_dump -t artik munttest | recode latin1..utf | psql muntfinal

sorry to follow up on myself, but that command should read

  pg_dump -t artik munttest | recode latin1..utf8 | psql muntfinal
                                             ^^^^
(utf is not a valid "recode" charset, utf8 is).

Ciao,
Thomas

--
Thomas Pundt <thomas.pundt@rp-online.de> ---- http://rp-online.de/ ----


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

Предыдущее
От: Thomas Pundt
Дата:
Сообщение: Re: [SQL] How do I copy part of table from db1 to db2 (and
Следующее
От: Patrick.FICHE@AQSACOM.COM
Дата:
Сообщение: Re: Removing all users from a group