Re: 1-2 second delay on all commands over network - Mailing list pgsql-novice

From chameenz@yahoo.com (Matthew Cimino)
Subject Re: 1-2 second delay on all commands over network
Date
Msg-id c1cda790.0311030740.57a3ae3f@posting.google.com
Whole thread Raw
In response to 1-2 second delay on all commands over network  (chameenz@yahoo.com (Matthew Cimino))
List 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>>"

pgsql-novice by date:

Previous
From: kg@kgb.une.edu.au (Klint Gore)
Date:
Subject: test if update statement did anything in a transaction?
Next
From: marnik@kunstmaan.be (marnik peeters)
Date:
Subject: postgress inheritance / instanceof