Re: BUG #12670: Can't create postgis extension in single-user mode

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, warrior2031(at)mail(dot)ru, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #12670: Can't create postgis extension in single-user mode
Date: 2015-01-28 15:26:03
Message-ID: 20150128152603.GC6325@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 2015-01-28 01:05:20 +0000, Andrew Gierth wrote:
> >>>>> "Tom" == Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
>
> >> [ Can't create postgis extension in single-user mode ]
>
> Tom> Why in the world would you think that's a good thing to do?
>
> The context, for what it's worth, is setting up docker containers, so
> there's a reasonable desire to be able to do some basic database setup
> before starting any listener.

Well, that's about as easily done using a nonstandard/private socket
directory. Has the advantage of being able to use a sane client, useful
error handling, performance ...

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message olaf.gw 2015-01-28 18:12:43 BUG #12694: crash if the number of result rows is lower than gin_fuzzy_search_limit
Previous Message Tom Lane 2015-01-28 15:23:25 Re: BUG #12670: Can't create postgis extension in single-user mode