Re: pgsql: More sensible character_octet_length For character types with - Mailing list pgsql-committers

From Alvaro Herrera
Subject Re: pgsql: More sensible character_octet_length For character types with
Date
Msg-id 20090707192723.GO7694@alvh.no-ip.org
Whole thread Raw
In response to pgsql: More sensible character_octet_length For character types with  (petere@postgresql.org (Peter Eisentraut))
List pgsql-committers
Peter Eisentraut wrote:
> Log Message:
> -----------
> More sensible character_octet_length
>
> For character types with typmod, character_octet_length columns in the
> information schema now show the maximum character length times the
> maximum length of a character in the server encoding, instead of some
> huge value as before.

This seems a useful commit message convention.  It would be good to tell
our activitymail program about it, so that it uses the first line in the
subject.  (Alternatively, end the line with a .)

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Sort child tables by name instead of OID in \d+ display This was
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Query in SQL function still not schema-safe; add a couple more