[HACKERS] Add \i option to bring in the specified file as a quoted literal

2013-10-21 Thread Piotr Marcinczyk
with their values, is that ok? Shall I start to code this patch? Best regards Piotr Marcinczyk -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] Add \i option to bring in the specified file as a quoted literal

2013-11-18 Thread Piotr Marcinczyk
AM, Piotr Marcinczyk pmarc...@gmail.com wrote: Hi, I would like to implement item from TODO marked as easy: Add \i option to bring in the specified file as a quoted literal. I understand intent of this item, to be able to have parts of query written in separate files

Re: [HACKERS] Add \i option to bring in the specified file as a quoted literal

2013-11-25 Thread Piotr Marcinczyk
, that the `` is unlikely to work on Windows, as already mentioned elsewhere. But if the OP had something else in mind, let's hear what it is. I've test set command mentioned above, and I think it is enough. At this moment I see no point in implementing new command. Best Regards Piotr Marcinczyk

[HACKERS] Improve timestamp substraction to be DST-aware

2013-12-01 Thread Piotr Marcinczyk
with implementation? Best regards Piotr Marcinczyk -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] Improve timestamp substraction to be DST-aware

2013-12-02 Thread Piotr Marcinczyk
On Sun, 2013-12-01 at 17:40 -0500, Tom Lane wrote: Piotr Marcinczyk pmarc...@gmail.com writes: I would like to implement item from TODO list: Improve TIMESTAMP WITH TIME ZONE subtraction to be DST-aware. To compute interval properly, we need time zone. Currently in timestamp we don't