Re: insert statements - Mailing list pgsql-hackers

From Vince Vielhaber
Subject Re: insert statements
Date
Msg-id Pine.BSF.4.40.0203141124350.7527-100000@paprika.michvhf.com
Whole thread Raw
In response to Re: insert statements  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-hackers
On Thu, 14 Mar 2002, Stephan Szabo wrote:

>
>          <identifier start> ::= !! See the Syntax Rules
>
>          <identifier part> ::=
>                 <identifier start>
>               | <digit>
> identifier start is a simple latin letter, a letter in the character
> repertoire that's in use, a syllable in the repertoire or an ideograph in
> the repertoire.
>
> identifier is defined as either a regular identifier or a delimited one
> (ie double quoted).  So column name cannot contain periods.
>
> That being said, is this something that's worth adding due to general
> usage by other systems?

In an odd way, I guess that's what I'm asking.  At what point is it us
that's non-standard?

Vince.
-- 
==========================================================================
Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net        56K Nationwide Dialup from $16.00/mo
atPop4 Networking       Online Campground Directory    http://www.camping-usa.com      Online Giftshop Superstore
http://www.cloudninegifts.com
==========================================================================





pgsql-hackers by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: insert statements
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] Bug #613: Sequence values fall back to previously chec