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