Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Updatable views/with check option parsing


  • From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
  • To: Hannu Krosing <hannu(at)skype(dot)net>
  • Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, Andrew Dunstan <andrew(at)dunslane(dot)net>, kleptog(at)svana(dot)org, pgsql-hackers(at)postgresql(dot)org
  • Subject: Re: Updatable views/with check option parsing
  • Date: Sat, 27 May 2006 09:56:18 -0400
  • Message-id: <22757(dot)1148738178(at)sss(dot)pgh(dot)pa(dot)us>

Hannu Krosing <hannu(at)skype(dot)net> writes:
> I think we should go on and do promote WITH to a reserved keyword now
> because eventually we have to do it anyway.
> It is needed for recursive queries as well.

I'm unconvinced.  Recursive queries have WITH at the front, not the
back, so the parsing issues are entirely different.

If we do find that, we can easily adjust this code to simplify the
filter function at that time.  But I don't agree with reserving words
just because we might need them for patches that don't exist yet.

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group