Re: [HACKERS] Beta for 4:30AST ... ?
Bruce Momjian <pgman@candle.pha.pa.us>
From: Bruce Momjian <pgman@candle.pha.pa.us>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: Thomas Lockhart <lockhart@alumni.caltech.edu>, Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org
Date: 2000-02-28T23:30:26Z
Lists: pgsql-hackers
[Charset ISO-8859-1 unsupported, filtering to ASCII...] > Thomas Lockhart writes: > > > I'm not sure that I agree that multi-word character types are required > > internally. Somehow that seems to just push the problem of > > SQL92-specific syntax to another part of the code. We could just as > > easily (?) translate *every* "xxx VARYING" to "varxxx" on input, and > > do the inverse on output or pg_dump. > > On the one hand I propose what seems like editing a handful of lines in > the bootstrap scanner (an internal interface) to solve this problem once > and for all. What you are proposing is that every client interface (libpq, > SPI, PL du jour, who knows) will have to know a list of the latest hacks libpq doesn't know anything about syntax. It is mostly gram.y files. I think ecpg is the only other one that needs the fix. -- Bruce Momjian | http://www.op.net/~candle 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