Re: information_schema.columns changes needed for OLEDB - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: information_schema.columns changes needed for OLEDB
Date
Msg-id 200907072142.35294.peter_e@gmx.net
Whole thread Raw
In response to Re: information_schema.columns changes needed for OLEDB  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Monday 06 July 2009 22:16:12 Tom Lane wrote:
> Peter Eisentraut <peter_e@gmx.net> writes:
> > I have the attached patch that would make character_octet_length the
> > product of character_octet_length and the maximum octet length of a
> > single character in the selected server encoding.  So for UTF-8, this
> > would be factor 4.  This doesn't exactly correspond to the behavior that
> > you expect, but I think it's more correct overall anyway.
>
> +1, but that new query isn't very schema-safe ... I think it needs a few
> "pg_catalog." qualifications.

Applied with fixes.


pgsql-hackers by date:

Previous
From: Dean Rasheed
Date:
Subject: WIP: Deferrable unique constraints
Next
From: Jeff Davis
Date:
Subject: Re: WIP: generalized index constraints