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

From Tom Lane
Subject Re: Charset/collate support and function parameters
Date
Msg-id 6549.1099160028@sss.pgh.pa.us
Whole thread Raw
In response to Charset/collate support and function parameters  (Dennis Bjorklund <db@zigo.dhs.org>)
Responses Re: Charset/collate support and function parameters
List pgsql-hackers
Dennis Bjorklund <db@zigo.dhs.org> writes:
> Today we store the max length of a string in the typmod field, but that
> has to be extended so we also store the charset and the collation of the
> string.

Why would we not keep this information right in the string values?

> [ unworkable proposal snipped ]
        regards, tom lane


pgsql-hackers by date:

Previous
From: Dennis Bjorklund
Date:
Subject: Charset/collate support and function parameters
Next
From: Tom Lane
Date:
Subject: Re: psql and schemas