The fundamental issue with this patch hasn't been answered sufficiently, I think. Consider the following sequence of commands:
create schema if not exists foo create table first (a int); create schema if not exists foo create table second (a int); As far as I can see, with the patch as it currently stands, you would end up with only table "first" in the schema, which seems very surprising to me. I think this needs more thought, and in any case it needs more comprehensive regression test and documentation (i.e. at least the examples ought to explain what would happen in such cases). -- Álvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers