Re: namespace? - Mailing list pgsql-novice

From Tom Lane
Subject Re: namespace?
Date
Msg-id 8976.1049911319@sss.pgh.pa.us
Whole thread Raw
In response to namespace?  (Andy Harrison <ah59@httpsite.com>)
List pgsql-novice
Andy Harrison <ah59@httpsite.com> writes:
> I've created a db using just "create database phpws;" and it worked.  now,
> trying to create tables, I just get:
> phpws=# CREATE TABLE branch_sites ( branchName varchar(20));
> ERROR:  No namespace has been selected to create in

What have you done to your search_path setting?

            regards, tom lane


pgsql-novice by date:

Previous
From: Andy Harrison
Date:
Subject: namespace?
Next
From: Andy Harrison
Date:
Subject: Re: namespace?