Re: proposal: function parse_ident

From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: proposal: function parse_ident
Date: 2016-02-10 18:29:49
Message-ID: 56BB819D.2070300@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2/10/16 12:26 PM, Jim Nasby wrote:
> I editorialized the docs and some of the comments. In particular, I documented behavior of not truncating, and recommended casting to name[] if user cares about that. Added a unit test to verify that works. BTW, I saw mention in the thread about not truncated spaces, but the function*does* truncate them, unless they're inside quotes, where they're legitimate.

New patch for that.
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com

Attachment Content-Type Size
parse_ident-to-text-array-07.patch text/plain 14.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2016-02-10 18:37:13 Improve docs wrt catalog object ACLs
Previous Message Jim Nasby 2016-02-10 18:26:03 Re: proposal: function parse_ident