Re: [COMMITTERS] pgsql-server/ oc/src/sgml/Tag: oc/src/sgml/REL ...

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Larry Rosenman <ler(at)lerctr(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql-server/ oc/src/sgml/Tag: oc/src/sgml/REL ...
Date: 2003-12-09 22:13:15
Message-ID: 200312092313.15069.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Larry Rosenman wrote:
> Do we need to reinitdb to pick this up, or just run this file?

It's actually described in the release notes:

<para>
If you want to install the fixes in the information schema
concerning the bit types, you need to reload the information
schema. This is either accomplished by initializing a new cluster
by running <command>initdb</command>, or by running the following
sequence of SQL commands in each database (ideally including
<literal>template1</literal>) as a superuser in
<application>psql</application>, after installing the new release:
<programlisting>
DROP SCHEMA information_schema CASCADE;
\i /usr/local/pgsql/share/information_schema.sql
</programlisting>
Substitute your installation path in the second command.
</para>

> --On Sunday, December 07, 2003 06:18:50 -0400 Peter Eisentraut -
> PostgreSQL
>
> <petere(at)svr1(dot)postgresql(dot)org> wrote:
> > CVSROOT: /cvsroot
> > Module name: pgsql-server
> > Changes by: petere(at)svr1(dot)postgresql(dot)org 03/12/07 06:18:50
> >
> > Modified files:
> > doc/src/sgml : Tag: REL7_4_STABLE release.sgml
> > src/backend/catalog: Tag: REL7_4_STABLE information_schema.sql
> >
> > Log message:
> > Fix typmod interpretation for bit types. (It was erroneously
> > assumed that for bit(x), the typmod stores x+4, like for the
> > character types.)
> >
> >
> > ---------------------------(end of
> > broadcast)--------------------------- TIP 6: Have you searched our
> > list archives?
> >
> > http://archives.postgresql.org

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Larry Rosenman 2003-12-09 22:20:09 Re: [COMMITTERS] pgsql-server/ oc/src/sgml/Tag:
Previous Message Larry Rosenman 2003-12-09 21:55:47 Re: [COMMITTERS] pgsql-server/ oc/src/sgml/Tag: oc/src/sgml/REL ...

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2003-12-09 22:20:09 Re: [COMMITTERS] pgsql-server/ oc/src/sgml/Tag:
Previous Message ohp 2003-12-09 22:09:21 Re: 73.5 and uw 713