Prev: exporting raw parser
Next: [HACKERS] pg_trgm
From: Robert Haas on 26 May 2010 22:09 It knows that queries beginning with "select" or "values" are select commands, but it seems not to be clued in about "table" and "with". For now, we can probably get by with just adding those to the list of things it checks for. But I wonder what we'll do about this if we ever get CTEs for insert/update/delete statements... you'd have to parse the whole darn thing to figure out whether it was WITH...SELECT or WITH...INSERT or WITH...INSERT...RETURNING. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise Postgres Company -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
|
Pages: 1 Prev: exporting raw parser Next: [HACKERS] pg_trgm |