[pgadmin-support] Document for PgAdmin

2007-04-04 Thread Rabih Mahfouz
Sir, Can you send please this document? Thanks. - Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses.

Re: [pgadmin-support] Document for PgAdmin

2007-04-04 Thread Raymond O'Donnell
On 04/04/2007 10:19, Rabih Mahfouz wrote: Can you send please this document? PgAdmin comes with documentation for PgAdmin, PostgreSQL and Slony-I built-in: on Windows it's under the Help menu, and there's also a link in the Start Menu group. Ray.

[pgadmin-support] Wrong OID for Primary Key and UNIQUE constraints shown in property pane

2007-04-04 Thread Harald Armin Massa
Hello, I tried to get the definition of unique and primary key constraints via select pg_get_constraintdef() as oidofconstraint I put the OID displayed in pg_admins property pain when selecting a constraint. This failed with ERROR: could not find tuple for constraint 36099 SQL state: XX000 w

Re: [pgadmin-support] Wrong OID for Primary Key and UNIQUE constraints shown in property pane

2007-04-04 Thread Dave Page
Harald Armin Massa wrote: > Hello, > > I tried to get the definition of unique and primary key constraints via > > select pg_get_constraintdef() > > as oidofconstraint I put the OID displayed in pg_admins property pain > when selecting a constraint. > > This failed with > > ERROR: could not fi