Re: Inheritance in PostgreSQL

From: Thomas Kellerer <shammat(at)gmx(dot)net>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Inheritance in PostgreSQL
Date: 2023-10-18 12:42:17
Message-ID: 51fd9483-ce8f-4654-8084-9635736eaa78@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Merlin Moncure schrieb am 18.10.2023 um 03:20:
> The only thing you can't really do in SQL easily without writing
> nasty triggers are things like, 'this table must be linked from one
> and only one of these candidate tables'. I think the language
> probably ought to support this, but I don't think postgres would
> unless the standard did.

Isn't that what assertions are intended to solve in the SQL standard?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2023-10-18 14:15:15 Re: postgres keeps having blocks
Previous Message David G. Johnston 2023-10-18 12:40:23 Re: postgres keeps having blocks