psql proxy - Mailing list pgsql-general

From Linsong GUO
Subject psql proxy
Date
Msg-id f13481620805152053v578396a3s1e384aa4412234b2@mail.gmail.com
Whole thread Raw
Responses Re: psql proxy  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
I want build a psql proxy which could deal with the connection request from localhost to psql server which on other machine by type in psql -h localhost -U bob network.

what function should I use to capture these information in my proxy code. I try to  print the buf but there is nothing there after the read function.

Cheers!

pgsql-general by date:

Previous
From: gorsa
Date:
Subject: Re: PostgreSQL 8.3.x Win32-Releases - always without psqlODBC?
Next
From: "Vance Maverick"
Date:
Subject: Re: triggers: dynamic references to fields in NEW and OLD?