Re: Why can't you define a table alias on an update?

From: "Jim C(dot) Nasby" <jim(at)nasby(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Why can't you define a table alias on an update?
Date: 2003-06-16 17:03:27
Message-ID: 20030616170327.GI40542@flake.decibel.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Jun 16, 2003 at 09:42:21AM -0400, Tom Lane wrote:
> "Jim C. Nasby" <jim(at)nasby(dot)net> writes:
> > Would it be reasonable to have a setting that enabled/disabled this?
>
> No, unless you want to have two complete bison parsers in there. AFAIK
> there's no good way to alter the reserved-word status of a keyword on
> the fly. So either we do it, or not.

Is a startup option considered 'on-the-fly' too?

Backwards compatibility is always so much fun...
--
Jim C. Nasby (aka Decibel!) jim(at)nasby(dot)net
Member: Triangle Fraternity, Sports Car Club of America
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim C. Nasby 2003-06-16 17:07:23 Re: Sort memory not being released
Previous Message Jim C. Nasby 2003-06-16 17:00:49 Re: RE : full featured alter table?