[BUGS] BUG #3126: Kernel audit Problem

2007-03-08 Thread Balaji.S
The following bug has been logged online: Bug reference: 3126 Logged by: Balaji.S Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.8-1 Operating system: Red Hat Enterprise Linux ES release 4 (Nahant Update 3) Description:Kernel audit Problem Details: Complet

Re: [BUGS] BUG #3110: Online Backup introduces Duplicate OIDs

2007-03-08 Thread Randy Isbell
Answers inline. On Mar 7, 2007, at 3:54 PM, Tom Lane wrote: Randy Isbell <[EMAIL PROTECTED]> writes: Here you go: SELECT ctid,xmin,xmax,cmin,cmax,oid,* Thanks. This is real interesting, because none of the rows have xmax/cmax set, so it doesn't appear that they were meant to have b

Re: [BUGS] {BUGS] BUG #3110: Online Backup introduces Duplicate OIDs

2007-03-08 Thread Randy Isbell
> Question for Randy -- is this plain PostgreSQL, or are you using some, > hmmm, proprietary derivate of it? Good question, but this is the plain vanilla version of 8.2.3. My latest intel says the proprietary derivative in not currently available at 8.2.3. - r. Randy Isbell Technical Lead

Re: [BUGS] BUG #3120: relation "pg_catalog.pg_user"

2007-03-08 Thread Tom Lane
"ravishankar" <[EMAIL PROTECTED]> writes: > PostgreSQL version: 7.4.6 > Operating system: Redhat ES 4.0 > If I attempt the commands "\d" in psql, I get this: > ERROR: relation "pg_catalog.pg_user" does not exist SELinux problem. See, eg, http://archives.postgresql.org/pgsql-bugs/2007-02/msg001

[BUGS] BUG #3123: Problem with LDAP auth strings

2007-03-08 Thread Brian Topping
The following bug has been logged online: Bug reference: 3123 Logged by: Brian Topping Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: Linux Description:Problem with LDAP auth strings Details: http://www.mail-archive.com/pgsql-general@post

[BUGS] BUG #3120: relation "pg_catalog.pg_user"

2007-03-08 Thread ravishankar
The following bug has been logged online: Bug reference: 3120 Logged by: ravishankar Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.6 Operating system: Redhat ES 4.0 Description:relation "pg_catalog.pg_user" Details: If I attempt the commands "\d" in psql,

Re: [BUGS] BUG #3110: Online Backup introduces Duplicate OIDs

2007-03-08 Thread Randy Isbell
Thanks for the reply. This is not a pg_dump. I am performing an online backup ala the "pg_start_backup()" and "pg_stop_backup()" mechanism. Here is another look at the same table but with the OID values included (this is from a different dump, not the initial bug report): sn=# select oid

Re: [BUGS] BUG #3095: LDAP authentication parsing incorrectly

2007-03-08 Thread Magnus Hagander
On Thu, Mar 01, 2007 at 09:48:34PM +, Joey Wang wrote: > > The following bug has been logged online: > > Bug reference: 3095 > Logged by: Joey Wang > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.2.3 > Operating system: Linux > Description:LDAP authenti