You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
31
+
you need to reload it into the database.
32
+
This is either accomplished by initializing a new cluster
33
33
by running <command>initdb</command>, or by running the following
34
34
sequence of SQL commands in each database (ideally including
35
35
<literal>template1</literal>) as a superuser in
@@ -48,8 +48,8 @@ DROP SCHEMA information_schema CASCADE;
48
48
49
49
<para>Changes as of 2003-12-14</para>
50
50
<itemizedlist>
51
-
<listitem><para>Fixed bug in CREATE SCHEMA parsing (Michael)</para></listitem>
52
-
<listitem><para>Fix --enable-thread-safety compile error when used with --with-perl (Peter)</para></listitem>
51
+
<listitem><para>Fixed bug in <command>CREATE SCHEMA</command> parsing in ECPG (Michael)</para></listitem>
52
+
<listitem><para>Fix compile error when <option>--enable-thread-safety</option> and <option>--with-perl</option> are used together (Peter)</para></listitem>
53
53
<listitem><para>Fix for subqueries that used hash joins (Tom)</para>
54
54
<para>
55
55
Certain subqueries that used hash joins would crash because of
@@ -62,43 +62,39 @@ DROP SCHEMA information_schema CASCADE;
62
62
</para>
63
63
</listitem>
64
64
<listitem><para>Fix for Borland compiler build of libpq (Bruce)</para></listitem>
65
-
<listitem><para>Fix netmask() and hostmask() to return the maximum-length masklen (Tom)</para>
65
+
<listitem><para>Fix <function>netmask()</function> and <function>hostmask()</function> to return the maximum-length masklen (Tom)</para>
66
66
<para>
67
67
Fix these functions to return values consistent with pre-7.4
0 commit comments