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

2005-06-27 Thread Tom Lane
"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 as it's committed, whether you are in

[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 w

[BUGS] Reg No Error Information Available

2005-06-27 Thread satish reddy
Hi all,   I have a problem with postgres when i use this database into vb.net frame work. Some times unexpectedly shows the error is "No Error Information available". Please kindly help me.     Thanks in advance,   Reg, satish Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Footba

Re: [BUGS] Relational operators

2005-06-27 Thread Stephan Szabo
On Mon, 27 Jun 2005, Pieter-Jan Savat wrote: > I was wondering if the following issue is in fact a bug, or just > inconvenient behaviour... > > say a table looks like this: > > table > --- > c (varchar) > '20' > '0' > '-10' > 'klj' > '> 5' > 'qwerty' > '< 6' > > The query select * from table where

[BUGS] Relational operators

2005-06-27 Thread Pieter-Jan Savat
Hi, I was wondering if the following issue is in fact a bug, or just inconvenient behaviour... say a table looks like this: table --- c (varchar) '20' '0' '-10' 'klj' '> 5' 'qwerty' '< 6' The query select * from table where c < 5 will return for instance the tuple containing '20'. In other