Re: Help - Mailing list pgsql-bugs

From Stephan Szabo
Subject Re: Help
Date
Msg-id 20050823064429.J89565@megazone.bigpanda.com
Whole thread Raw
In response to Help  ("Paul Bramble" <paul@vidiom.com>)
Responses Re: Help  (John R Pierce <pierce@hogranch.com>)
List pgsql-bugs
On Mon, 22 Aug 2005, Paul Bramble wrote:

> Is there an easy way to get started so I can quickly install Postgress and
> load my schema?

You didn't say what kind of system you're running, but getting a packaged
version of PostgreSQL (RPM, DEB, Windows Installer) will probably help on
the install side.

Once it's installed, you'll need to make an actual database and load the
schema file.  That might be as simple as doing something like the
following as the postgres user:
 createdb dbname
 psql dbname -f foo.sql

pgsql-bugs by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: BUG #1840: Does not install
Next
From: Tom Lane
Date:
Subject: Re: Permission denied errors