urgent : postgresql question

Поиск
Список
Период
Сортировка
От M. N. Khan
Тема urgent : postgresql question
Дата
Msg-id 199808181419070419.1400A47B@mail.webstar.co.uk
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "ôËÁÌÉÞ áÌÅËÓÁÎÄÒ"
Дата:
Сообщение: ...
Следующее
От: dg@informix.com (David Gould)
Дата:
Сообщение: Re: [HACKERS] Rules: first fix on monday