Re: 7.1 docs -- "create table"?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: will trillich <will(at)serensoft(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: 7.1 docs -- "create table"?
Date: 2001-07-02 14:52:33
Message-ID: Pine.LNX.4.30.0107021650520.677-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

will trillich writes:

> after upgrading from 7.0.3 to 7.1 i find some snags in the
> indexing and 'references' --
>
> ERROR: UNIQUE constraint matching given keys for referenced table "d_language" not found

Every foreign key constraint needs to reference a unique (combination of)
columns. 7.0 didn't enforce this, but it never worked correctly without.

> so i try going to /usr/share/doc/postgresql-doc/html/user
> to find the 'create table' documentation...

Try something like ..../html/index.html and go to the Reference Manual.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-general by date

  From Date Subject
Next Message dennis@zserve.com 2001-07-02 15:38:14 Multiple Indexes
Previous Message Martijn van Oosterhout 2001-07-02 14:30:41 [PATCH] Resurrecting partial indicies, need help and feedback