Re: Help

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: Paul Bramble <paul(at)vidiom(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Help
Date: 2005-08-23 13:48:58
Message-ID: 20050823064429.J89565@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

  • Help at 2005-08-22 19:52:08 from Paul Bramble

Responses

  • Re: Help at 2005-08-24 02:40:25 from John R Pierce

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-08-23 14:10:22 Re: Permission denied errors
Previous Message Magnus Hagander 2005-08-23 11:39:57 Re: BUG #1840: Does not install