Christopher Kings-Lynne <[EMAIL PROTECTED]> writes:
> What about people upgrading from 7.4 databases that used database locations?
They'll get a nice warning:
regression=# create database foo location 'bar';
WARNING: LOCATION is not supported anymore
HINT: Consider using tablespaces instead.
CREATE DATABASE
and everything will go into the default tablespace. I don't really
see how to do much better than that ...
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match