Re: quick question - Mailing list pgsql-hackers

From Tom Lane
Subject Re: quick question
Date
Msg-id 27560.1046241584@sss.pgh.pa.us
Whole thread Raw
In response to quick question  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> Were the pgattribute.attstorage and pg_type.typstorage fields available in
> 7.1?

Yes, but typstorage did not appear in 7.0, which you're also supposed to
think about if you're hacking pg_dump.  (AFAICT attstorage was always
'p' in 7.0.)

> Also, if they existed in 7.2, but the ALTER TABLE/SET STORAGE command didn't
> exist, should I still dump it if they are dumping a 7.2 database?

Sure.  Dump something if attstorage != typstorage of relevant pg_type
entry.  Version needn't enter into it, I think.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: quick question
Next
From: "Christopher Kings-Lynne"
Date:
Subject: CHECK constraints in pg_dump