Re: Tables not created in proper schema

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: Tables not created in proper schema
Дата
Msg-id 20070702085842.GA14623@a-kretschmer.de
обсуждение исходный текст
Ответ на Tables not created in proper schema  ("Ashish Karalkar" <ashish.karalkar@info-spectrum.com>)
Список pgsql-general
am  Mon, dem 02.07.2007, um 11:13:54 +0530 mailte Ashish Karalkar folgendes:
> Hello All,
> I am trying to create databse with script.
> I run this script from root prompt with command
>
>
> $ su - postgres -c 'path to script.sql'
>
>
> In the script I follow following steps
>
>
> 1) create user xyz
> 2) create database xyz -O xyz
> 3) create schema xyz

ALTER USER xyz SET SEARCH_PATH = ' ... ';

or set the search_path at the beginning of your sql-file.


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

В списке pgsql-general по дате отправления:

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Is this a bug?
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Re: recovery_target_time ignored or recovery alwaysrecovers to end of WAL