public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tom Lane <[email protected]>
To: David G. Johnston <[email protected]>
Cc: [email protected] <[email protected]>
Subject: Re: Annoying "split to array" function inconsistency...best way to fix?
Date: Sun, 27 Sep 2015 18:54:35 -0400
Message-ID: <[email protected]> (raw)
In-Reply-To: <CAKFQuwbSqjkCfY7HPZ5-nT=SOD0d7MYTSYRaHG06ipL9AuJC_w@mail.gmail.com>
References: <CAKFQuwbSqjkCfY7HPZ5-nT=SOD0d7MYTSYRaHG06ipL9AuJC_w@mail.gmail.com>
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-docs>
"David G. Johnston" <[email protected]> writes:
> Two functions exists that convert "text" to "text[]"
> regexp_string_to_array(text, text [,text]) :
> http://www.postgresql.org/docs/9.4/interactive/functions-string.html
> string_to_array(text, text [, text]) :
> http://www.postgresql.org/docs/9.4/interactive/functions-array.html
> Would it be hateful to make it so that both entries appear on both tables?
> array_to_string(anyarray, text [,text]) could be lumped in with this as
> well.
> string_to_array not being on the string functions page is the more glaring
> omission for me.
I am not excited about the idea of documenting functions twice; that would
almost certainly lead to the redundant entries getting out of sync.
We could possibly decide that string_to_array and array_to_string are
primarily string functions not array functions, and just move them to
the string-functions page.
Another possibility is to just add cross-references to the
string-functions page, like the existing one for string_agg().
But I think I like the first idea better, in view of
regexp_string_to_array already being here.
regards, tom lane
--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
view thread (2+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: Annoying "split to array" function inconsistency...best way to fix?
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox