pgsql: Introduce parse_ident()

Started by Teodor Sigaevover 10 years ago3 messagescomitters
Jump to latest
#1Teodor Sigaev
teodor@sigaev.ru

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(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#2Erik Rijkers
er@xs4all.nl
In reply to: Teodor Sigaev (#1)
Re: pgsql: Introduce parse_ident()

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

Attachments:

func.sgml.difftext/x-diff; name=func.sgml.diffDownload+5-5
#3Teodor Sigaev
teodor@sigaev.ru
In reply to: Erik Rijkers (#2)
Re: pgsql: Introduce parse_ident()

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

Thank you, committed

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

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers