Re: [BUGS] help me please

2007-12-28 Thread Tom Lane
"Josh Tolley" <[EMAIL PROTECTED]> writes: > pg_shadow is a view based on pg_authid. Not in 7.4 it wasn't ... regards, tom lane ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

Re: [BUGS] help me please

2007-12-28 Thread Tom Lane
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > I have two "postgres" user. How to delete the first one ??? Let's see the system columns (ctid,xmin,xmax,cmin,cmax) for those two rows? regards, tom lane ---(end of broadcast)---

Re: [BUGS] help me please

2007-12-28 Thread Josh Tolley
On Dec 28, 2007 7:01 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > hello > > Help me please... > I have two "postgres" user. How to delete the first one ??? > > *** > # select * from pg_shadow where usesysid=1; > usename | usesysid | usecreatedb | usesuper | usecatupd > |

Re: [BUGS] help me, please

2001-05-11 Thread Tom Lane
Vinicio Llumiquinga <[EMAIL PROTECTED]> writes: > fmgr_info: function 18816: cache lookup failed > This happend when I write any function. I suspect you dropped the plpgsql call handler function. If so, the only convenient recovery method AFAIK is to drop the plpgsql language entry and all your