Christopher Kings-Lynne <chriskl@familyhealth.com.au> 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