1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.247 2003/12/15 22:24:59 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.248 2003/12/17 07:07:00 momjian Exp $
3
3
-->
4
4
5
5
<appendix id="release">
@@ -25,6 +25,22 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.247 2003/12/15 22:24:59 momjian
25
25
A dump/restore is <emphasis>not</emphasis> required for those
26
26
running 7.4.
27
27
</para>
28
+
29
+ <para>
30
+ If you want to install the fixes in the information schema
31
+ concerning the bit types, you need to reload the information
32
+ schema. This is either accomplished by initializing a new cluster
33
+ by running <command>initdb</command>, or by running the following
34
+ sequence of SQL commands in each database (ideally including
35
+ <literal>template1</literal>) as a superuser in
36
+ <application>psql</application>, after installing the new release:
37
+ <programlisting>
38
+ DROP SCHEMA information_schema CASCADE;
39
+ \i /usr/local/pgsql/share/information_schema.sql
40
+ </programlisting>
41
+ Substitute your installation path in the second command.
42
+ </para>
43
+
28
44
</sect2>
29
45
30
46
<sect2>