connectby for BYTEA keys

From: David Garamond <lists(at)zara(dot)6(dot)isreserved(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: connectby for BYTEA keys
Date: 2004-02-07 18:40:22
Message-ID: 40253116.1000800@zara.6.isreserved.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-patches

May I request that connectby() supports BYTEA keys too? My keys are GUID
(16-byte stored in BYTEA). In this case, branch_delim does not make
sense because the keys should be fixed-length anyway, unless if
connectby() also wants to support outputing the branch as encoded text.

Btw, is recursive join (CONNECT BY ...) in SQL standard? (I have a copy
of the 1992 draft and it doesn't seem to be there).

--
dave

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Garamond 2004-02-07 18:48:47 Re: PL/Ruby
Previous Message Bruno Wolff III 2004-02-07 18:09:49 Re: [HACKERS] Aggregation question

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2004-02-07 19:07:59 Re: dollar quoting
Previous Message Magnus Hagander 2004-02-06 22:32:06 Re: [PATCHES] win32 signals, part 5