Re: [BUGS] BUG #1733: Function visibility in transactions error

2005-06-28 Thread Robert Grabowski
Tom Lane wrote: "Robert Grabowski" <[EMAIL PROTECTED]> writes: I have problem with function visibility in transaction when I do create and drop function. System catalog lookups generally follow SnapshotNow rules, not MVCC. So the new function definition is visible as soon a

[BUGS] BUG #1733: Function visibility in transactions error

2005-06-27 Thread Robert Grabowski
The following bug has been logged online: Bug reference: 1733 Logged by: Robert Grabowski Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.1 Operating system: Linux 2.6.12-gentoo Description:Function visibility in transactions error Details: I have problem

Re: [BUGS] BUG #1332: wrong results from age function

2004-12-01 Thread Robert Grabowski
Tom Lane wrote: Bruno Wolff III <[EMAIL PROTECTED]> writes: I think, it should be "1 mon". I get "1 mon" when I try this: So do I. It might be timezone dependent though ... Robert, what timezone setting are you using? regards, tom lane Hi! It is some informactions from

[BUGS] suggest: change alter user set search_path to raise notice not error

2003-11-08 Thread Robert Grabowski
s necessary. I suggest to change error at alter user to notice. Robert Grabowski ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match