Re: insert statements

From: Fernando Nasser <fnasser(at)redhat(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Vince Vielhaber <vev(at)michvhf(dot)com>, Thomas Lockhart <thomas(at)fourpalms(dot)org>, Rod Taylor <rbt(at)zort(dot)ca>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: insert statements
Date: 2002-03-18 16:58:23
Message-ID: 3C961CAF.9F555624@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
>
> I'd want it to error out on "INSERT foo (bar.col)", though ;-)
>

And on "INSERT foo (bar.foo.col)" as well.

This means we will have to take this check down to the analyze
phase (where the schema where foo is located is finally known,
if it was not specified explicitly).

We could easily take "INSERT bar.foo (bar.foo.col)" but the
above one is trouble.

--
Fernando Nasser
Red Hat Canada Ltd. E-Mail: fnasser(at)redhat(dot)com
2323 Yonge Street, Suite #300
Toronto, Ontario M4P 2C9

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fernando Nasser 2002-03-18 17:00:10 Re: insert statements
Previous Message Fernando Nasser 2002-03-18 16:53:32 Re: insert statements