| From: | Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> |
|---|---|
| To: | young(at)my-feiqi(dot)com, pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: ERROR: CreateTrigger: function check_primary_key() does not exist |
| Date: | 2001-07-19 05:53:54 |
| Message-ID: | Pine.BSF.4.21.0107182252440.33914-100000@megazone23.bigpanda.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
On Thu, 19 Jul 2001 pgsql-bugs(at)postgresql(dot)org wrote:
> Young (young(at)my-feiqi(dot)com) reports a bug with a severity of 2
> The lower the number the more severe it is.
>
> Short Description
> ERROR: CreateTrigger: function check_primary_key() does not exist
>
> Long Description
> I am using 7.1.2
>
> I always got such an error when creating a trigger:
> ERROR: CreateTrigger: function check_primary_key() does not exist
> ERROR: CreateTrigger: function check_foreign_key() does not exist
What specifically were you trying to do?
If you're looking to enforce referential integrity, use the
REFERENCES constraint (should be some info in the docs about
the specifics)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Eugene Fokin | 2001-07-19 06:26:59 | Re: libpgtcl doesn't use UTF encoding of TCL |
| Previous Message | pgsql-bugs | 2001-07-19 04:50:02 | ERROR: CreateTrigger: function check_primary_key() does not exist |