set search_path failure - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject set search_path failure
Date
Msg-id 20020819.153105.106264320.t-ishii@sra.co.jp
Whole thread Raw
Responses Re: set search_path failure  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
I'm seeing this:

test=# create schema s1;
CREATE SCHEMA
test=# set search_path to 'public, s1';
ERROR:  Namespace "public, s1" does not exist

Am I missing something?
--
Tatsuo Ishii


pgsql-hackers by date:

Previous
From: Philip Warner
Date:
Subject: Re: Function result cacheing - any comments?
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: set search_path failure