Fixed Bug #1697920: Can't assign a field type/domain of a different schema
authormr-russ <mr-russ>
Wed, 18 Apr 2007 15:47:51 +0000 (15:47 +0000)
committermr-russ <mr-russ>
Wed, 18 Apr 2007 15:47:51 +0000 (15:47 +0000)
commite5f9d9d770d9c5d921ebf6eaa29088101392dba7
tree5fa2e4602fc71d33c60c979b404f15d6b5d03c88
parent97af089c443f10926e87e1b95c69d972f38fa282
Fixed Bug #1697920: Can't assign a field type/domain of a different schema

We now show all domains that are available in the database, pg_type_is_visible just finds out if the current type is in the search_path.  We just schema qualify all of the types and everything works.
HISTORY
classes/database/Postgres73.php