Re: feature proposal ...

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: feature proposal ...
Дата
Msg-id 1127310360.94955.31.camel@home
обсуждение исходный текст
Ответ на feature proposal ...  (Hans-Jürgen Schönig <postgres@cybertec.at>)
Ответы Re: feature proposal ...  (Hans-Jürgen Schönig <postgres@cybertec.at>)
Список pgsql-hackers
> the problem is: COPY can write data returned by a SELECT statement to a 
> file. our idea is to implement precisely that.
> 
> example:
> 
> COPY TO file_name USING some_select_statement;

I have run into plenty of cases where I wanted to dump part of a
structure and this could be used for that, but I've always found that
temporary tables were sufficient and equally SQL scriptable
       CREATE TEMP TABLE tab AS SELECT ...; COPY tab TO file_name;
-- 



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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: passing parameters to CREATE INDEX
Следующее
От: Hans-Jürgen Schönig
Дата:
Сообщение: Re: feature proposal ...