Re: bug in domain support

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>, rbt(at)zort(dot)ca
Subject: Re: bug in domain support
Date: 2002-03-19 12:52:56
Message-ID: 200203191252.g2JCquH14502@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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);
CREATE
test=> \q

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-03-19 12:53:21 Re: Broken code in gram.y
Previous Message Bruce Momjian 2002-03-19 12:52:29 Re: [HACKERS] Fixes gram.y