Thread: bug in domain support

bug in domain support

From
"Christopher Kings-Lynne"
Date:
In latest CVS:

template1=# create table test (a int4 not null);
CREATE DOMAIN
template1=#

Chris



Re: bug in domain support

From
"Rod Taylor"
Date:
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" <chriskl@familyhealth.com.au>
To: "Hackers" <pgsql-hackers@postgresql.org>; <rbt@zort.ca>
Sent: Tuesday, March 19, 2002 3:46 AM
Subject: bug in domain support


> In latest CVS:
>
> template1=# create table test (a int4 not null);
> CREATE DOMAIN
> template1=#
>
> Chris
>
>



Re: bug in domain support

From
Bruce Momjian
Date:
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