On 02/23/2012 01:08 PM, Willem Buitendyk wrote:
I have it set in postgresql.conf and I've also used:alter user postgres set search_path = crabdata,public;
Well search_path is a string, so have you tried?; search_path='crabdata,public' -- Adrian Klaver [email protected] -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
