Changes between Version 1 and Version 2 of Ticket #2812


Ignore:
Timestamp:
Jul 4, 2014, 9:30:34 PM (10 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2812 – Description

    v1 v2  
    1919So use of any kind of white space or regular expression key character is disallowed.  We should clean this up a bit or just deprecate this function.
    2020
    21 As stated why anyone would want to change the delimeter seems spurious and having an additonal function just so I can type '1,2,3' instead of the slightly longer  {{{'{1,2,3}'::int[]}} I don't think is worth it.
     21As stated why anyone would want to change the delimeter seems spurious and having an additonal function just so I can type '1,2,3' instead of the slightly longer 
     22{{{
     23'{1,2,3}'::int[]
     24}} I don't think is worth it.