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 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. Curren

[HACKERS] Improve timestamp substraction to be DST-aware

2013-12-01 Thread Piotr Marcinczyk
an I start 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] Add \i option to bring in the specified file as a quoted literal

2013-11-25 Thread Piotr Marcinczyk
osed in this thread is to load > stuff from files to use as column values, then we're pretty much done, > and this patch is not needed -- except, maybe, that the `` is unlikely > to work on Windows, as already mentioned elsewhere. But if the OP had > something else in mind, let'

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

2013-11-18 Thread Piotr Marcinczyk
n Tue, Oct 22, 2013 at 3:04 AM, Piotr Marcinczyk > > >> 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

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

2013-10-21 Thread Piotr Marcinczyk
e='SQL' ; Questions: Variables like :myvar will be replaced 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