From: | "Command Prompt, Inc(dot)" <pgsql-general(at)commandprompt(dot)com> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | CREATE TYPE delimiter? |
Date: | 2001-11-03 17:54:20 |
Message-ID: | Pine.LNX.4.30.0111030951200.25287-100000@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Good day,
Just wondering if anyone knows the reason for the DELIMITER keyword in
CREATE TYPE? The documentation states that it sets the value delimiter if
you are creating an array data type, but setting this value to something
other than a comma neither seems to affect the input nor output
representation--that is, a comma still appears to be required on input,
and displayed on output, regardless of what I set the DELIMITER to.
Is this possibly something that has changed in the last six years? I
found docs from '95 stating essentially the same thing. I poked around a
little in backend/src/arrayfuncs.c, but I didn't get very far. ;)
Regards,
Jw.
--
jlx(at)commandprompt(dot)com
by way of pgsql-general(at)commandprompt(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Command Prompt, Inc. | 2001-11-03 17:57:06 | Re: Sum(time) possible? |
Previous Message | Command Prompt, Inc. | 2001-11-03 17:48:04 | Re: how do the pro's do this? (still a newbie) |