| From: | Bob Pawley <rjpawley(at)shaw(dot)ca> |
|---|---|
| To: | Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Connecting |
| Date: | 2006-03-29 16:50:40 |
| Message-ID: | 00d801c65350$e99987c0$8e904618@owner |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Thanks Tony I found it.
Can you give me a hint as to how to open the file??
Bob
----- Original Message -----
From: "Tony Caduto" <tony_caduto(at)amsoftwaredesign(dot)com>
To: "Bob Pawley" <rjpawley(at)shaw(dot)ca>; <pgsql-general(at)postgresql(dot)org>
Sent: Wednesday, March 29, 2006 8:12 AM
Subject: Re: [GENERAL] Connecting
> Bob Pawley wrote:
>> Do I somehow have the wrong driver for my version of Postgresql or is
>> there something in Postgresql that I need to switch on???
>> Bob Pawley
>>
> Hi Bob,
> Make sure you have the listen_addresses setting in postgresql.conf set to
> *
>
> listen_addresses = '*' # what IP address(es) to listen on;
> # comma-separated list of addresses;
> # defaults to 'localhost', '*' = all
>
> Also make sure you have a entry in the pg_hba.conf file that allows your
> remote host to connect, you can either specify a explicit host or you can
> allow whole subnets access.
>
> These files are located(at least on my PC :-) :C:\Program
> Files\PostgreSQL\8.1\data
>
> Hope this helps,
>
> Tony Caduto
> AM Software Design
> http://www.amsoftwaredesign.com
> Home of PG Lightning Admin for Postgresql
> Your best bet for Postgresql Administration
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match
| From | Date | Subject | |
|---|---|---|---|
| Next Message | ycrux | 2006-03-29 16:51:23 | Postgresql string parsing |
| Previous Message | Scott Marlowe | 2006-03-29 16:50:03 | Re: [SQL] Flight numbers data |