Re: pgsql: Introduce parse_ident()

From: Erik Rijkers <er(at)xs4all(dot)nl>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: pgsql-committers(at)postgresql(dot)org, pgsql-committers-owner(at)postgresql(dot)org
Subject: Re: pgsql: Introduce parse_ident()
Date: 2016-03-18 15:37:23
Message-ID: 6c8ece1e07193c45625f8d036f9b97b4@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 2016-03-18 16:25, Teodor Sigaev wrote:
> Introduce parse_ident()
>
> SQL-layer function to split qualified identifier into array parts.
>
[...]
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/3187d6de0e5a9e805b27c48437897e8c39071d45
>
> Modified Files
> --------------
> doc/src/sgml/func.sgml | 26 ++++

Fixed a typo and added 'the' a few times.

Erik Rijkers

Attachment Content-Type Size
func.sgml.diff text/x-diff 1.4 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2016-03-18 15:50:02 pgsql: Fix a typo
Previous Message Teodor Sigaev 2016-03-18 15:25:42 pgsql: Introduce parse_ident()