Re: single-user vs standalone in docs and messages

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: single-user vs standalone in docs and messages
Date: 2013-06-21 03:10:14
Message-ID: 1371784214.8108.0.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 2013-06-13 at 15:10 -0700, Jeff Janes wrote:
> Some places in the docs and elog hints refer to "standalone" backends,
> while the official name as used in app-postgres.html is "single-user
> mode",
> and in fact "standalone" does not appear on that page.
>
> This tries to standardize the other locations to use "single-user". I
> think I did the right thing with the message translation files, but I
> can't
> figure out how to test that.
>
> I made no attempt to change code-comments, just the user-facing
> parts.

committed with some adjustments

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2013-06-21 03:25:58 Re: trgm regex index peculiarity
Previous Message Ian Link 2013-06-21 02:53:01 Re: Support for RANGE ... PRECEDING windows in OVER