Chris Velevitch wrote: > In the create database dialog, there is a field named 'path'. What > this for and why isn't documented?
It is, if you read the older docs. It not used with PostgreSQL 8.0 and above. See the LOCATION option on http://www.postgresql.org/docs/7.4/interactive/sql-createdatabase.html for more details. Regards, Dave ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match