Dave Page wrote:
Before trying to suppress the schema, I'm checking for any duplicate type names now. If so, schema is always emitted. In your sample: pg_catalog.text and public.text.
OK, that should work as well. Probably safer too I guess, though it is vaguely possible that a schema name be unnecessarily included - a small price to pay.
IMHO even desirable, because in the presence of more types over different schemas it makes things clearer.
Regards, Andreas
---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster
