Re: [PATCHES] Fixes gram.y - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [PATCHES] Fixes gram.y
Date
Msg-id 200203191611.g2JGBZc29759@candle.pha.pa.us
Whole thread Raw
In response to Re: [PATCHES] Fixes gram.y  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: [PATCHES] Fixes gram.y  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Peter Eisentraut wrote:
> Bruce Momjian writes:
>
> > I have applied the following new patch.  It moves DROP DATABASE as you
> > suggested, and fixes the CREATE TABLE tag to show just CREATE and not
> > CREATE DOMAIN.   Actually, CREATE DOMAIN should output just DOMAIN too,
> > unless someone can tell my why that is not consistent.  Patch applied to
> > CVS.
>
> There is a standard for this.  CREATE DOMAIN shows CREATE DOMAIN.

OK, CVS changed to emit CREATE DOMAIN.

--
  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, Pennsylvania 19026

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [PATCHES] Fixes gram.y
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Fixes gram.y