Re: new install

From: Jason Tishler <jason(at)tishler(dot)net>
To: Tigran <tigran(at)usanogh(dot)com>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: new install
Date: 2001-08-21 18:17:56
Message-ID: 20010821141756.F1512@dothill.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Tigran,

On Mon, Aug 20, 2001 at 10:44:18AM -0700, Tigran wrote:
> Do you know how I can test if the database is working or not.
> Sorry I'm a newbee to the database.

IMO, the best way is to run the regression test via make installcheck,
since you want to test PostgreSQL installed as an NT service.
Unfortunately, this requires downloading and building the source...

A wimpy alternative is:

$ psql -l

or

$ psql template1
template1=# ...

Remember to add the -U postgres option, if necessary.

Jason

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Tigran 2001-08-21 18:31:10 Re: new install
Previous Message Jason Tishler 2001-08-21 18:07:34 Re: PostgreSQL CVS does not compile under Cygwin (was Re: Cygwin test ...)