| From: | Fernando Nasser <fnasser(at)redhat(dot)com> |
|---|---|
| To: | Vince Vielhaber <vev(at)michvhf(dot)com> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, 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:53:32 |
| Message-ID: | 3C961B8C.A11F8DCF@redhat.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Vince Vielhaber wrote:
>
> Looks like Sybase ignores the bar:
>
> 1> create table foo(a int)
> 2> go
> 1> insert into foo(bar.a) values(1)
> 2> go
> (1 row affected)
> 1> select * from foo
> 2> go
> a
> -----------
> 1
>
> (1 row affected)
> 1>
>
This looks like a parser error to me. It probably only takes the
last bit of the name and ignores all the qualifiers...
--
Fernando Nasser
Red Hat Canada Ltd. E-Mail: fnasser(at)redhat(dot)com
2323 Yonge Street, Suite #300
Toronto, Ontario M4P 2C9
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fernando Nasser | 2002-03-18 16:58:23 | Re: insert statements |
| Previous Message | Luis Alberto Amigo Navarro | 2002-03-18 16:49:28 | Re: postgres is not using tas |