Re: [HACKERS] bug in domain support

2002-03-19 Thread Bruce Momjian
Christopher Kings-Lynne wrote: > In latest CVS: > > template1=# create table test (a int4 not null); > CREATE DOMAIN > template1=# Fixed. test=> create table texst(x int); CREATE test=> \q -- Bruce Momjian| http://candle.pha.pa.us [EMAIL PR

Re: [HACKERS] bug in domain support

2002-03-19 Thread Rod Taylor
It looks like diff / patch got confused and applied the changes in the wrong places. -- Rod Taylor This message represents the official view of the voices in my head - Original Message - From: "Christopher Kings-Lynne" <[EMAIL PROTECTED]> To: "Hackers" <[EMAIL PROTECTED]>; <[EMAIL PROTE

[HACKERS] bug in domain support

2002-03-19 Thread Christopher Kings-Lynne
In latest CVS: template1=# create table test (a int4 not null); CREATE DOMAIN template1=# Chris ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org