Re: [HACKERS] UNIQUE not unique with inheritance (workaround?)

2003-02-12 Thread Bruce Momjian
Or create a sequence, and make each table in the inheritance hierarchy use the same sequence as it's default value. --- Oliver Elphick wrote: On Sat, 2003-02-08 at 19:34, Samuel Sieb wrote: Is there any workaround for

Re: [HACKERS] UNIQUE not unique with inheritance (workaround?)

2003-02-08 Thread Oliver Elphick
On Sat, 2003-02-08 at 19:34, Samuel Sieb wrote: Is there any workaround for this problem? I'm getting involved in a project where inheritance is an incredibly useful feature, but the non-unique issue could be a serious stumbling block. Is there any way to work around it with a trigger or