On Sat, Jan 4, 2020 at 10:13:54AM +, Paul Weiss wrote:
> The intro to Part III says "The first few chapters are written so they can be
> understood without prerequisite knowledge, so new users who need to set up
> their own server can begin their exploration with this part." With that in
> min
On Sat, Jan 4, 2020 at 10:10:08AM +, Paul Weiss wrote:
> As with other see-alsos in Part VI, I think it would be useful to have
> see-alsos between initdb and pg_controldata. Currently the pg_controldata page
> at least mentions initdb, but the initdb page does not mention pg_controldata.
Uh,
On Fri, Jan 3, 2020 at 12:31:27PM +, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/12/functions-datetime.html
> Description:
>
> In the documentation of the date_trunc function (9.9.2), the first ar
On Fri, Jan 3, 2020 at 10:35:20AM -0300, Alvaro Herrera wrote:
> Hi,
>
> On 2020-Jan-02, helix84 wrote:
>
> > Hi, I prefer to bookmark docs pointing to the exact term I need and
> > with pg docs it's often been the case that the exact term doesn't have
> > an anchor or only has unstable, generat
On Thu, Jan 2, 2020 at 03:22:10AM +, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/12/app-pg-ctl.html
> Description:
>
> Could it be added that in Windows pg_ctl needs to be run as administrator? I
On Wed, Jan 1, 2020 at 09:38:32PM +, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/10/index.html
> Description:
>
> I am translating the Postgresql 10.11 manual into Spanish. Yes, someone is
> inter
Hello Bruce,
> Triggers are designed to check and modify input data, and since DELETE
> has no input data, it makes no sense.
Sorry, I am still ambiguous. You say that DELETE has no input data,
but doc says that it has:
https://www.postgresql.org/docs/current/trigger-definition.html
For a ro