Re: Schema Problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Schema Problem
Дата
Msg-id 11781.1183389144@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Schema Problem  ("Ashish Karalkar" <ashish.karalkar@info-spectrum.com>)
Список 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 по дате отправления:

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: problem in plpgsql
Следующее
От: "Ashish Karalkar"
Дата:
Сообщение: On_error_stop