Re: 1-2 second delay on all commands over network

From: chameenz(at)yahoo(dot)com (Matthew Cimino)
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: 1-2 second delay on all commands over network
Date: 2003-11-03 15:40:52
Message-ID: c1cda790.0311030740.57a3ae3f@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

The applicable line in the pg_hba.conf file is

host <<database_name>>, <<database2_name>> <<username>> 192.168.0.0
255.255.0.0 password

The connection is made via the PostgreSQL ODBC driver from on Win2k
machine with a Linux account username and password.

The connection command from Visual Basic is dbSG.Open
"DSN=postgreSQL;UID=<<username>>;PWD=<<password>>;Database=<<database_name>>"

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message marnik peeters 2003-11-03 18:56:58 postgress inheritance / instanceof
Previous Message Andrew McMillan 2003-11-03 10:37:09 Re: 1-2 second delay on all commands over network