Re: references table(multiple columns go here)
От
Tom Lane
Тема
Re: references table(multiple columns go here)
Дата
Msg-id
18473.1040311033@sss.pgh.pa.us
Ответ на
Re: references table(multiple columns go here) (Gary Stainburn)
Список
Дерево обсуждения
references table(multiple columns go here) Gary Stainburn <gary.stainburn@ringways.co.uk>
Re: references table(multiple columns go here) Tomasz Myrta <jasiek@klaster.net>
Re: references table(multiple columns go here) Gary Stainburn <gary.stainburn@ringways.co.uk>
Re: references table(multiple columns go here) Gary Stainburn <gary.stainburn@ringways.co.uk>
Re: references table(multiple columns go here) Tom Lane <tgl@sss.pgh.pa.us>
Re: references table(multiple columns go here) Gary Stainburn <gary.stainburn@ringways.co.uk>
Re: references table(multiple columns go here) Tom Lane <tgl@sss.pgh.pa.us>
Re: references table(multiple columns go here) Gary Stainburn <gary.stainburn@ringways.co.uk>
Re: references table(multiple columns go here) Tomasz Myrta <jasiek@klaster.net>
Re: references table(multiple columns go here) Tomasz Myrta <jasiek@klaster.net>
Re: references table(multiple columns go here) Gary Stainburn <gary.stainburn@ringways.co.uk>
Re: references table(multiple columns go here) Tomasz Myrta <jasiek@klaster.net>
Re: references table(multiple columns go here) Gary Stainburn <gary.stainburn@ringways.co.uk>
Gary Stainburn writes: > That did the trick. However, I now have another problem with the constraint > complaining about there not being an index to refer to. However, there is. No there isn't: > jrank int4 not null references ranks(rrank), -- needs sorting ^^^^^^^^^^^^^^^^^^^^^^^ You have no index constraining rrank (by itself) to be unique. regards, tom lane
В списке pgsql-sql по дате отправления