From: | John R Pierce <pierce(at)hogranch(dot)com> |
---|---|
To: | Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com> |
Cc: | Paul Bramble <paul(at)vidiom(dot)com>, pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: Help |
Date: | 2005-08-24 02:40:25 |
Message-ID: | 430BDE19.5030805@hogranch.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Stephan Szabo wrote:
> 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
>
unless its been changed in the later releases, he'll also need to muck with the
default settings in the conf files before he'll be able to connect.
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2005-08-24 15:14:40 | Re: Problemas durante a instalacao do postgresql 8.0.3 no suse sles 9 |
Previous Message | Gennadiy Donchyts | 2005-08-23 23:38:23 | BUG #1844: Failed to start service 'PostgreSQL Database Server 8.0' |