Re: wrong output column title in example

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Erik Rijkers <er@xs4all.nl>, nick@cleaton.net, Pg Docs <pgsql-docs@lists.postgresql.org>
Date: 2020-06-25T17:30:09Z
Lists: pgsql-docs
Daniel Gustafsson <daniel@yesql.se> writes:
> On 21 Jun 2020, at 21:07, Erik Rijkers <er@xs4all.nl> wrote:
>> Here is a doc fix/patch.

> While clearly in nitpicking territory, this isn't entirelty right either as the
> number of dashes needs to be updated to reflect the attr name.  Looking it, the
> output also has incorrect indentation and lacks the "(1 row)" stanza which we
> tend to include when showing psql output as <programlisting>.  The attached
> fixes these things too.

Pushed to HEAD and v13.  (The error seems old, but it's also so trivial
that it didn't seem worth pushing further back.)

			regards, tom lane



Commits

  1. Doc: correct nitpicky mistakes in array_position/array_positions examples.