Re: bug in domain support - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: bug in domain support
Date
Msg-id 200203191252.g2JCquH14502@candle.pha.pa.us
Whole thread Raw
In response to bug in domain support  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
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);CREATEtest=> \q

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Broken code in gram.y
Next
From: "Marc G. Fournier"
Date:
Subject: Re: Time for 7.2.1?