"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
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
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
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
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