Re: [Solved] SQL Server to PostgreSQL - Mailing list pgsql-general

From Tom Lane
Subject Re: [Solved] SQL Server to PostgreSQL
Date
Msg-id 4214.971583702@sss.pgh.pa.us
Whole thread Raw
In response to [Solved] SQL Server to PostgreSQL  ("Roderick A. Anderson" <raanders@altoplanos.net>)
List pgsql-general
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> Tom Lane wrote:
>>>> Now that you mention it, though, doesn't TOAST break heapam's assumption
>>>> that char(n) is fixed length?  Seems like we'd better either remove that
>>>> assumption or mark char(n) nontoastable.  Any opinions which is better?

> I don't see any more communication on this in my mail archives.

Nothing's been done yet, but we *must* fix this before 7.1.

I'm wondering whether it's worthwhile keeping the VARLENA_FIXED_SIZE
macro at all.  Is there any potential use for it?

            regards, tom lane

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [Solved] SQL Server to PostgreSQL
Next
From: Stephan Szabo
Date:
Subject: Re: RI violated, bug or feature?