Schemas causing problems :(
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Schemas causing problems :(
I have the following problem, when I am editing a function in PGAdmin
that is not in a public schema yet that it is in the search_path and
doing apply it does the following:
CREATE OR REPLACE FUNCTION blabla();
Meaning it omits the schema name and so even though the function I
edited was not in public schema, it ends there anyway, as it is higher
in the search_path. Why doesn't PGAdmin add the schema name before the
function? It sounds rather trivial to me =\.
Thanks.
--
ICQ: 1912453
AIM: VitalyB1984
MSN: tmdagent(at)hotmail(dot)com
Yahoo!: VitalyBe
Home |
Main Index |
Thread Index