Re: Schema Problem - Mailing list pgsql-novice

From Tom Lane
Subject Re: Schema Problem
Date
Msg-id 11781.1183389144@sss.pgh.pa.us
Whole thread Raw
In response to Schema Problem  ("Ashish Karalkar" <ashish.karalkar@info-spectrum.com>)
List pgsql-novice
"Ashish Karalkar" <ashish.karalkar@info-spectrum.com> writes:
> In the script I follow following steps

> 1) create user xyz
> 2) create database xyz -O xyz
> 3) create schema xyz
> 4) {PG_PATH}/psql -d xyz -U xyz -f =
> /usr/local/pgsql/QS/QS_100_2_Create_Table.sql -q -1

Are you sure you are creating the schema in the right database?  Your
problems are consistent with the theory that schema xyz isn't present.

            regards, tom lane

pgsql-novice by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: problem in plpgsql
Next
From: "Ashish Karalkar"
Date:
Subject: On_error_stop