Re: [BUGS] Bug #897: EXTRACT(EPOCH FROM column): Possible wrong output

2003-02-27 Thread Tom Lane
I said: > In most other contexts, we interpret such values as being in local time > (the current server TimeZone) when it's necessary to make a distinction. > Consistency would suggest doing it that way here too, I think. I have applied a patch to make extract(epoch from timestamp) assume that tim

Re: [BUGS] psql -F problems

2003-02-27 Thread Llew Sion Goodstadt
> > Most shells allow you to enter in a tab easily. In bash, > you need to > > type control-V followed by a tab. I.e. type -F ", followed by the > > Control-V/tab key sequence and the closing double quote. > > i know. i can even do: > psql -c "something" -F "something_weird" | sed > 's/someth

[BUGS] Bug #904: Deallocating of prepared statement in ECPG at COMMIT

2003-02-27 Thread pgsql-bugs
Jiri Langr ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description Deallocating of prepared statement in ECPG at COMMIT Long Description When I prepare a statement in ECPG it lives only to first explicit transaction block. At the COMMI