| From: | Andrii Cherevko <mzduneberet(at)gmail(dot)com> |
|---|---|
| To: | Pantelis Theodosiou <ypercube(at)gmail(dot)com> |
| Cc: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: 9.17. Sequence Manipulation Functions |
| Date: | 2021-10-11 12:58:18 |
| Message-ID: | CAGo5+_=H66N0H8rBsq-msHezAhw6AUirCbZRB37dBrv4Pqttcg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
Thanks a lot!
пт, 8 жовт. 2021 о 16:27 Pantelis Theodosiou <ypercube(at)gmail(dot)com> пише:
>
>
> On Fri, Oct 8, 2021 at 12:12 PM PG Doc comments form <
> noreply(at)postgresql(dot)org> wrote:
>
>> The following documentation comment has been logged on the website:
>>
>> Page: https://www.postgresql.org/docs/14/functions-sequence.html
>> Description:
>>
>> Just a slip of the pen in the table "Function Description", in tha string:
>> "setval ( regclass, bigint [, boolean ] ) → bigint", i think that
>> something
>> incorrect with the second comma. Thanks!
>>
>
> I don't see anything wrong. The square brackets show that this (3rd)
> parameter is optional. If you use three parameters then you need a comma
> between the 2nd and 3rd.
>
> It's common to see [, parameter ] in function definitions. Look in text
> functions for many similar examples.
>
> Best regards,
> Pantelis Theodosiou
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | PG Doc comments form | 2021-10-11 13:49:52 | Analyze on Foreign Data Wrappers - clarification |
| Previous Message | Laurenz Albe | 2021-10-11 12:27:18 | Re: Remove unary operator documentation https://www.postgresql.org/docs/current/datatype-oid.html |