Re: Creating a DB for another user (or...) (repost attempt) - Mailing list pgsql-general

From Ross J. Reedstrom
Subject Re: Creating a DB for another user (or...) (repost attempt)
Date
Msg-id 20000825142406.A24581@rice.edu
Whole thread Raw
In response to Re: Creating a DB for another user (or...) (repost attempt)  (Matthew Rice <matt@starnix.com>)
List pgsql-general
On Fri, Aug 25, 2000 at 02:18:23PM -0400, Matthew Rice wrote:
>
> BTW, this isn't a system user so how would he run createdb?

createdb is just a shell script that runs the postgresql command:

CREATE DATABASE <new db name> ;

Ross
--
Ross J. Reedstrom, Ph.D., <reedstrm@rice.edu>
NSBRI Research Scientist/Programmer
Computer and Information Technology Institute
Rice University, 6100 S. Main St.,  Houston, TX 77005

pgsql-general by date:

Previous
From: George Robinson II
Date:
Subject: vacuumdb failed
Next
From: Stephan Szabo
Date:
Subject: Re: alter table and constraints