Re: Help - Mailing list pgsql-bugs

From John R Pierce
Subject Re: Help
Date
Msg-id 430BDE19.5030805@hogranch.com
Whole thread Raw
In response to Re: Help  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List 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.

pgsql-bugs by date:

Previous
From: "YL"
Date:
Subject: Problems found when compare pgsql odbc 8.0 and myodbc 3.5 using EOModeler
Next
From: Michael Meskes
Date:
Subject: Re: BUG #1815: ECPGdebug causes crash on Windows XP