pgsql/src bin/initdb/initdb.sh test/regress/ex ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src bin/initdb/initdb.sh test/regress/ex ...
Date: 2001-06-14 19:47:26
Message-ID: 200106141947.f5EJlQe06982@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/06/14 15:47:25

Modified files:
src/bin/initdb : initdb.sh
src/test/regress/expected: rules.out

Log message:
Revoke public read access from pg_statistic, create new system view
pg_stats to provide controlled (and, hopefully, more readable) access
to statistics. Comments on definition of pg_stats welcome.
I didn't force initdb, but the rules regress test will fail until you
do one.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-06-14 19:59:24 pgsql/src/backend/postmaster postmaster.c
Previous Message Bruce Momjian - CVS 2001-06-14 16:49:03 pgsql/contrib README dblink/Makefile dblink/RE ...