Re: [pgadmin-support] Schemas causing problems
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Re: [pgadmin-support] Schemas causing problems
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
Home |
Main Index |
Thread Index