Re: [HACKERS] Re: Arrays versus 'type constant' syntax

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re: Arrays versus 'type constant' syntax
Date: 1999-07-14 20:19:57
Message-ID: 378CF0ED.612BF8EE@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

btw, in a different context the "type string" form is allowed since

_charset 'literal'

specifies the character set for a literal string; the leading
underscore is required by SQL92 in this context so isn't exactly
equivalent to the general case Postgres currently allows.

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Evan Klinger 1999-07-14 21:05:00 SELECT using arrays
Previous Message Bruce Momjian 1999-07-14 20:07:20 Re: [HACKERS] Interesting behaviour !