If you want to install the fixes in the information schema
If you want to install the fixes in the information schema
concerning the bit types, you need to reload the information
you need to reload it into the database.
schema. This is either accomplished by initializing a new cluster
This is either accomplished by initializing a new cluster
by running <command>initdb</command>, or by running the following
by running <command>initdb</command>, or by running the following
sequence of SQL commands in each database (ideally including
sequence of SQL commands in each database (ideally including
<literal>template1</literal>) as a superuser in
<literal>template1</literal>) as a superuser in
...
@@ -48,8 +48,8 @@ DROP SCHEMA information_schema CASCADE;
...
@@ -48,8 +48,8 @@ DROP SCHEMA information_schema CASCADE;
<para>Changes as of 2003-12-14</para>
<para>Changes as of 2003-12-14</para>
<itemizedlist>
<itemizedlist>
<listitem><para>Fixed bug in CREATE SCHEMA parsing (Michael)</para></listitem>
<listitem><para>Fixed bug in <command>CREATE SCHEMA</command> parsing in ECPG (Michael)</para></listitem>
<listitem><para>Fix --enable-thread-safety compile error when used with --with-perl (Peter)</para></listitem>
<listitem><para>Fix compile error when <option>--enable-thread-safety</option> and <option>--with-perl</option> are used together (Peter)</para></listitem>
<listitem><para>Fix for subqueries that used hash joins (Tom)</para>
<listitem><para>Fix for subqueries that used hash joins (Tom)</para>
<para>
<para>
Certain subqueries that used hash joins would crash because of
Certain subqueries that used hash joins would crash because of
...
@@ -62,19 +62,19 @@ DROP SCHEMA information_schema CASCADE;
...
@@ -62,19 +62,19 @@ DROP SCHEMA information_schema CASCADE;
</para>
</para>
</listitem>
</listitem>
<listitem><para>Fix for Borland compiler build of libpq (Bruce)</para></listitem>
<listitem><para>Fix for Borland compiler build of libpq (Bruce)</para></listitem>
<listitem><para>Fix netmask() and hostmask() to return the maximum-length masklen (Tom)</para>
<listitem><para>Fix <function>netmask()</function> and <function>hostmask()</function> to return the maximum-length masklen (Tom)</para>
<para>
<para>
Fix these functions to return values consistent with pre-7.4
Fix these functions to return values consistent with pre-7.4