Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gAgrH-0007xi-RY for pgsql-docs@arkaria.postgresql.org; Thu, 11 Oct 2018 19:42:56 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gAgrF-0001bg-Nm for pgsql-docs@arkaria.postgresql.org; Thu, 11 Oct 2018 19:42:53 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gAg8n-0003z2-CX for pgsql-docs@lists.postgresql.org; Thu, 11 Oct 2018 18:56:57 +0000 Received: from mail-ot1-x32c.google.com ([2607:f8b0:4864:20::32c]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gAg8k-0003Pi-Nm for pgsql-docs@lists.postgresql.org; Thu, 11 Oct 2018 18:56:56 +0000 Received: by mail-ot1-x32c.google.com with SMTP id p23so9963302otf.11 for ; Thu, 11 Oct 2018 11:56:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=f+F1tOgWJaAuRv8q1jRKcivaEiof6Yuw8YsC/xXiAxg=; b=mzVWoZQZtktGTZoSDEgFF938q6eutkdTXARUx52KuAz1BvLmOrZwHErFKVSqkD3EM2 K/ZRaV48+BdrIT2mfCN/fx+KZgdk0Cx2etPMqTXUT5U7fN2kJR/7Pfb+sV/iDm+ONkWi AawH5gC/9HInwEuijcnch2s3atljWqHpegPOub2bWsw1An5WJqLl9BzoEHOWaf/oSwQ0 2RpXPS+HDn3KndYZI3tQJw536KcvyrNHL8LHN4fNmULnRokNj7eV7wqLxwJANk/QZKTO r1gZGhhrQp/RKJgO82C6yq0TGSBen7ooVFoZ+VrfuKU4abRV1Ix17cccbnK3ElZJuPme PvaA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=f+F1tOgWJaAuRv8q1jRKcivaEiof6Yuw8YsC/xXiAxg=; b=UtEoLaLuJ+Q0rDY1qhTF3S4gI71W3pAltlkgmoPds1vke1dSiACvcLPvgufB5py4AS xkjyrS8CO48COzkgpXKsCC5ARuMo9+WQ1YNuZWY4+c96M0jcmw2ohvAG8k/+rxhVWLJ2 KD+5qDijqcatK4XEgUp+zbpPGGqNPPsKNo9ZbjNQmBkq8GE3sAfisehGbVhk591DFTrl 0GwLARbyGiO6fMckRB3guoGDARNpB9lf7bj+xxERku4+YJxp65P3CZqdHzJoOK8d2Qwq 3XRfomNqzMHZDiZw1j9lvUa0XQgokz4nBesFEtNQh9q1OZEKU5NlaRQaq/VeJeB/AFqD STrA== X-Gm-Message-State: ABuFfohzoYzrrNykrOaFrI14rFmzmgt40Dhvt/V30YSNv6odqnvKs/Qo C6d4+HBAiAkXFplcQAlXqB7Aw9S2rNPf5e5DbWI= X-Google-Smtp-Source: ACcGV61fRaeiNtWO5i/AN8qjz85E+nKt6PTWk4KGgKkmR78+G3iA2g7Sehn+g+XbJhCnWXgvwJc2OecFqcHdA0p2e8w= X-Received: by 2002:a9d:4359:: with SMTP id y25mr1908586oti.80.1539284213859; Thu, 11 Oct 2018 11:56:53 -0700 (PDT) MIME-Version: 1.0 References: <153653649616.23138.1453197444453120513@wrigleys.postgresql.org> <20181010195959.GB7806@momjian.us> <20181011185136.GD7807@momjian.us> In-Reply-To: <20181011185136.GD7807@momjian.us> From: Peter Krauss Date: Thu, 11 Oct 2018 15:56:42 -0300 Message-ID: Subject: Re: please inform data_directory To: bruce@momjian.us Cc: pgsql-docs@lists.postgresql.org Content-Type: multipart/alternative; boundary="000000000000c689150577f88848" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000c689150577f88848 Content-Type: text/plain; charset="UTF-8" The page https://www.postgresql.org/docs/10/static/functions-admin.html need this information, is like a "pg_read_file Guide". On Thu, Oct 11, 2018 at 3:51 PM Bruce Momjian wrote: > On Thu, Oct 11, 2018 at 03:50:09PM -0300, Peter Krauss wrote: > > Hi, trying to explain again, > > the "SHOW data_directory" is an information that not exist in the guide > > today, but must to exist... is a suggestion to add information, a > middle-expert > > or non-extert reader need it. > > Uh, add data_directory where? Which guide? > > -- > Bruce Momjian http://momjian.us > EnterpriseDB http://enterprisedb.com > > + As you are, so once was I. As I am, so you will be. + > + Ancient Roman grave inscription + > --000000000000c689150577f88848 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

The page= =C2=A0https://www.postgresql.org/docs/10/static/functions-admin.html
need this information, is like a=C2=A0 "pg_read_fi= le Guide".


On Thu, Oct 11, 2018 at 3:51 PM Bruce Momjian <bruce@momjian.us> wrote:
On Thu, Oct 11, 2018 at 03:50:09P= M -0300, Peter Krauss wrote:
> Hi, trying to explain again,=C2=A0
> the "SHOW=C2=A0 data_directory"=C2=A0 is an information that= =C2=A0not exist in the guide
> today,=C2=A0but must to=C2=A0exist... is a suggestion to add informati= on, a middle-expert
> or non-extert reader need it.

Uh, add data_directory where?=C2=A0 Which guide?

--
=C2=A0 Bruce Momjian=C2=A0 <bruce@momjian.us>=C2=A0 =C2=A0 =C2=A0 =C2=A0 http://momjian.us
=C2=A0 EnterpriseDB=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0
http://enterprisedb.com
+ As you are, so once was I.=C2=A0 As I am, so you will be. +
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 Ancient Roman grave inscription +
--000000000000c689150577f88848--