urgent : postgresql question - Mailing list pgsql-hackers

From M. N. Khan
Subject urgent : postgresql question
Date
Msg-id 199808181419070419.1400A47B@mail.webstar.co.uk
Whole thread Raw
List pgsql-hackers
Hi, sorry to bother you, but do you know what the following problem could
be?  I am trying to
create some relationships with the following SQL code in Postgresql:

ALTER TABLE dialup_account

        ADD CONSTRAINT customer_dialup_account

        FOREIGN KEY (

                customer_id

        )

        REFERENCES customer (

                customer_id

        );


I get the following error message:

ERROR:  parser: parse error at or near "constraint"

Any ideas?

Nabeel



pgsql-hackers by date:

Previous
From: "ôËÁÌÉÞ áÌÅËÓÁÎÄÒ"
Date:
Subject: ...
Next
From: dg@informix.com (David Gould)
Date:
Subject: Re: [HACKERS] Rules: first fix on monday