On Mon, Aug 24, 2009 at 01:41:28PM -0400, Tom Lane wrote:
> The real problem with this is that all the
> good candidates for the reserved word are things people are probably
> already using as aliases, so we'd have a large risk of breaking existing
> queries.  We could avoid that with a sufficiently ugly choice like
> 
> DELETE FROM target t USING DELETE_TARGET LEFT JOIN other_table ot ON ...
> 
> but yech ...

  PRIMARY or TABLE?

Both are pretty grim, but I think they're reserved at the moment.

-- 
  Sam  http://samason.me.uk/

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to