Re: Read data from text file

From: "Just E(dot) Mail" <justemail(at)imwell-usa(dot)com>
To: PostgreSQL List - Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Read data from text file
Date: 2009-05-26 14:16:58
Message-ID: 4A1BF9DA.90409@imwell-usa.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Frank Bax wrote:
>
> When I have multiple schemas in one database; I generally have a user
> that "owns" each schema, as in:
>
> CREATE USER kevin;
> CREATE SCHEMA kevin AUTHORIZATION kevin;
>
> Then I process the sql commands with:
>
> % psql db_kevin kevin < create-kevin.sql
Hello:

I was going to post this question first thing this AM. You read my mind
and already answered. BIG THANKS.

Jennifer

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Luiz Eduardo Cantanhede Neri 2009-05-26 14:26:59 Re: Tool for modeling
Previous Message Ron Arts 2009-05-26 13:12:24 Re: I don't understand this explain output