set search_path failure

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: set search_path failure
Date: 2002-08-19 06:31:05
Message-ID: 20020819.153105.106264320.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-08-19 06:41:23 Re: set search_path failure
Previous Message Philip Warner 2002-08-19 05:51:43 Re: Function result cacheing - any comments?