How to change the default schema in Postgresql

When Postgresql database has multiple schema and Pentaho need explicit which schema is going to be used, you probably need modify your default schema by changing 'search_path' in postgresql.conf file (See details here). The postgresql.conf is normally under /var/lib/postgresql on Linux and /Library/PostgreSQL8/ on Mac (See references)

Alternatively, you can also use "ALTER USER user_name SET search_path to ...;" instead, after logging into the database.

References


Creator: Ming Mu on 2009/06/25 14:34
XWiki Enterprise 1.7.2.16857 - Documentation