Re: proposal: psql \setfileref

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: proposal: psql \setfileref
Дата
Msg-id CAFj8pRCkiGatDoAnM-KJuJaUXzCs3P2GNvh8OrTqp8LY-8exDw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: proposal: psql \setfileref  (Gilles Darold <gilles.darold@dalibo.com>)
Ответы Re: proposal: psql \setfileref  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers


2016-10-11 9:32 GMT+02:00 Gilles Darold <gilles.darold@dalibo.com>:
Le 11/10/2016 à 07:53, Pavel Stehule a écrit :


2016-10-10 19:50 GMT+02:00 Pavel Stehule <pavel.stehule@gmail.com>:


2016-10-10 15:17 GMT+02:00 Gilles Darold <gilles.darold@dalibo.com>:
Le 10/10/2016 à 14:38, Daniel Verite a écrit :
>       Gilles Darold wrote:
>
>>    postgres=# \setfileref b /dev/random
>>    postgres=# insert into test (:b);
>>
>> Process need to be killed using SIGTERM.
> This can be fixed by setting sigint_interrupt_enabled to true
> before operating on the file. Then ctrl-C would be able to cancel
> the command.

If we do not prevent the user to be able to load special files that
would be useful yes.

I don't think so special files has some sense, just I had not time fix this issue. I will do it early - I hope.

fresh patch - only regular files are allowed

Regards

Pavel


Hi,

The patch works as expected, the last two remaining issues have been fixed. I've changed the status to "Ready for committers".

Thanks Pavel.

Thank you very much

Regards

Pavel
 

-- 
Gilles Darold
Consultant PostgreSQL
http://dalibo.com - http://dalibo.org

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

Предыдущее
От: Gilles Darold
Дата:
Сообщение: Re: proposal: psql \setfileref
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: proposal: schema PL session variables