Re: the column in Update

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: John Fabiani <jfabiani(at)yolo(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: the column in Update
Date: 2004-11-11 00:23:22
Message-ID: 2146.1100132602@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

John Fabiani <jfabiani(at)yolo(dot)com> writes:
> Thanks but in the doc's it uses the term 'columnname'. The real issue is the
> tablename.columnname is supported in MySQL and I'm trying to support Postgres
> and MySQL with a single code routine.

If you want portable code, I suggest conforming to the SQL-standard
syntax. The table name is disallowed there according to the spec.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mike Cox 2004-11-11 01:38:12 Postgresql future changes
Previous Message Peter Eisentraut 2004-11-10 23:52:14 Re: the column in Update