Re: insert statements - Mailing list pgsql-hackers

From Fernando Nasser
Subject Re: insert statements
Date
Msg-id 3C961B8C.A11F8DCF@redhat.com
Whole thread Raw
In response to Re: insert statements  (Vince Vielhaber <vev@michvhf.com>)
List 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@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


pgsql-hackers by date:

Previous
From: "Luis Alberto Amigo Navarro"
Date:
Subject: Re: postgres is not using tas
Next
From: Fernando Nasser
Date:
Subject: Re: insert statements