Re: pg_upgrade improvements - Mailing list pgsql-hackers

From Andres Freund
Subject Re: pg_upgrade improvements
Date
Msg-id 201204051615.22214.andres@anarazel.de
Whole thread Raw
In response to Re: pg_upgrade improvements  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pg_upgrade improvements  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
On Thursday, April 05, 2012 03:46:54 PM Tom Lane wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
> > On Wed, Apr 4, 2012 at 11:56 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> >> Yeah.  IMO the right long-term fix is to be able to run pg_dump and psql
> >> talking to a standalone backend, but nobody's gotten round to making
> >> that possible.
> > 
> > Are you thinking about something like postgres --single
> > --port=PORT_NUMBER_OR_SOCKET_DIRECTORY?
> 
> No, opening up a port is exactly what we *don't* want it to do.
> Otherwise you're right back to worrying about how to make sure that
> unwanted connections don't get in.  Notions like private socket
> directories don't solve this because we don't have that option
> available on Windows.
I wonder if it wouldn't be better to pass a named pipe under windows and use a 
AF_UNIX socket everwhere else. Both should be pretty easily usable with the 
existing code. PG already seems to use named pipes under windows, so...

Andres


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: patch: improve SLRU replacement algorithm
Next
From: Stephen Frost
Date:
Subject: Re: pg_upgrade improvements