Thread: pgsql: Introduce parse_ident()

pgsql: Introduce parse_ident()

From
Teodor Sigaev
Date:
Introduce parse_ident()

SQL-layer function to split qualified identifier into array parts.

Author: Pavel Stehule with minor editorization by me and Jim Nasby

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3187d6de0e5a9e805b27c48437897e8c39071d45

Modified Files
--------------
doc/src/sgml/func.sgml               |  26 ++++
src/backend/catalog/system_views.sql |   7 ++
src/backend/parser/scansup.c         |  12 +-
src/backend/utils/adt/misc.c         | 224 +++++++++++++++++++++++++++++++++++
src/include/catalog/catversion.h     |   2 +-
src/include/catalog/pg_proc.h        |   3 +
src/include/parser/scansup.h         |   3 +
src/include/utils/builtins.h         |   1 +
src/test/regress/expected/name.out   |  66 +++++++++++
src/test/regress/sql/name.sql        |  33 ++++++
10 files changed, 375 insertions(+), 2 deletions(-)


Re: pgsql: Introduce parse_ident()

From
Erik Rijkers
Date:
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

Re: pgsql: Introduce parse_ident()

From
Teodor Sigaev
Date:
> Fixed a typo and added 'the' a few times.
Thank you, committed

--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/