From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Eric D Nielsen <nielsene(at)MIT(dot)EDU> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Updateable views... |
Date: | 2003-03-07 15:38:19 |
Message-ID: | 467.1047051499@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Eric D Nielsen <nielsene(at)MIT(dot)EDU> writes:
> I'm pressing ahead with trying to implement the SQL92 version of updateable
> views. I'm trying to track down a copy of the SQL92 standard, I thought that
> ANSI sold them, but I can only find SQL89 and SQL99 there; am I looking in
> the wrong place?
I'm not sure that ANSI would bother with obsoleted versions of
standards. What I tend to use is the final draft version of SQL92,
mainly because it's available in plain text that I can grep (PDF is not
a user-friendly format IMHO). The draft version is available for free
on the net --- I've forgotten exactly where, but if you trawl the list
archives you will find a URL. SQL99 is available in the same way, btw.
But I like SQL92 because it's much smaller and more readable.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-03-07 16:27:13 | Re: [PATCHES] ALTER SEQUENCE |
Previous Message | Tom Lane | 2003-03-07 15:33:26 | Re: Time zone abbreviations and calendars |