Re: new install

From: Tigran <tigran(at)usanogh(dot)com>
To: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: new install
Date: 2001-08-21 18:31:10
Message-ID: 4.3.2.7.2.20010821112754.01bee078@email.csun.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

I tried the psql -l and it reported template0, template1 and a new database
that I created.
However I tried this from CYGWIN prompt. I'm wondering if there is a way
to test the database from NT by either running a perl or PHP program????

your help is appreciated

At 02:17 PM 8/21/2001 -0400, Jason Tishler wrote:
>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

Browse pgsql-cygwin by date

  From Date Subject
Next Message Cyril VELTER 2001-08-21 18:32:53 Re: Strange behavior with large datas
Previous Message Jason Tishler 2001-08-21 18:17:56 Re: new install