This is a discussion on Modifying search_path in a stored procedure within the Pgsql General forums, part of the PostgreSQL category; --> I know I can SET the schema search_path in a stored procedure, but is there any way to retrieve ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I know I can SET the schema search_path in a stored procedure, but is there any way to retrieve it first so that I can get the current value and manipulate that rather than just replace it? I've got two sets of data and two sets of functions in 4 respective schemas. I want to select one set of data and one set of functions. It is fairly straight forward. However, it would be nice if I want to swap the schemas with the functions, I don't have to remember what data schema I was using. Thanks. Eric Brown 408-571-6341 www.propel.com ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings |