Re: Charset/collate support and function parameters - Mailing list pgsql-hackers

From Dennis Bjorklund
Subject Re: Charset/collate support and function parameters
Date
Msg-id Pine.LNX.4.44.0410302330100.2015-100000@zigo.dhs.org
Whole thread Raw
In response to Re: Charset/collate support and function parameters  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Charset/collate support and function parameters
List pgsql-hackers
On Sat, 30 Oct 2004, Tom Lane wrote:

> > The alternative is storing the charset and collation inside each string.  
> > That seems like a too big price to pay, it belong in the type.
> 
> No, the alternative you're proposing is too big a price to pay.

So you want to expand every string with 8 bytes (two oid's)?

Or special case the storing in tables so that you only store the text and
not the charset/collation info?

-- 
/Dennis Björklund



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Charset/collate support and function parameters
Next
From: Markus Bertheau
Date:
Subject: Re: array_to_column function