Re: [HACKERS] Re: [SQL] Column name's length - Mailing list pgsql-hackers

From Zalman Stern
Subject Re: [HACKERS] Re: [SQL] Column name's length
Date
Msg-id 199906020617.XAA03595@netcom15.netcom.com
Whole thread Raw
In response to Re: [HACKERS] Re: [SQL] Column name's length  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I misunderstood the context quite a bit. I would consider gluing the entire
full length name together and using 8 bytes or so for a strong hash of the
fullname. If there is another lookup path to get to the correct index name,
then one can just increment the hash until the name is unique. Or whatever.

-Z-


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: [SQL] Column name's length
Next
From: "Hiroshi Inoue"
Date:
Subject: RE: [HACKERS] Open 6.5 items