Michael Glaesemann <[EMAIL PROTECTED]> writes: > On Dec 9, 2005, at 18:10 , David Fetter wrote: >> Please find enclosed a patch that lets you use \c to connect >> (optionally) to a new host and port without exiting psql.
> I'm not familiar enough with the psql code to be able to tell, but is > this secure? The pg_hba.conf on the new server is enforced, I assume? No, security is the server's problem. What's not clear to me about this patch is what's the point. It's certainly not a feature we've heard any requests for. regards, tom lane ---------------------------(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