perform.sgml update

From: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: perform.sgml update
Date: 2003-06-11 14:35:29
Message-ID: e2be49bc66a44bf3d5d607f1ce37d7de@biglumber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message

Small patch to link to the proper place in the "runtime" file,
and to add the "schemaname" column to the description of the
pg_stats view.

--
Greg Sabino Mullane greg(at)turnstep(dot)com
PGP Key: 0x14964AC8 200306111031

Index: perform.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/perform.sgml,v
retrieving revision 1.28
diff -c -r1.28 perform.sgml
*** perform.sgml 25 Mar 2003 16:15:37 -0000 1.28
--- perform.sgml 11 Jun 2003 14:22:02 -0000
***************
*** 66,72 ****
estimates are converted into disk-page units using some
fairly arbitrary fudge factors. If you want to experiment with these
factors, see the list of run-time configuration parameters in
! <xref linkend="runtime-config">.)
</para>

<para>
--- 66,72 ----
estimates are converted into disk-page units using some
fairly arbitrary fudge factors. If you want to experiment with these
factors, see the list of run-time configuration parameters in
! <xref linkend="runtime-config-optimizer">.)
</para>

<para>
***************
*** 435,440 ****
--- 435,446 ----
</thead>

<tbody>
+ <row>
+ <entry><literal>schemaname</literal></entry>
+ <entry><type>name</type></entry>
+ <entry>Name of the schema containing the table.</entry>
+ </row>
+
<row>
<entry><literal>tablename</literal></entry>
<entry><type>name</type></entry>

-----BEGIN PGP SIGNATURE-----
Comment: http://www.turnstep.com/pgp.html

iD8DBQE+5z3ovJuQZxSWSsgRAlIhAJ4mOgsrKa1xQXiMxTWWawPsGrnPjgCg3BLs
fw61yiB/4rfQotCO4MIvI4Y=
=YoCD
-----END PGP SIGNATURE-----

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-06-11 14:43:11 Re: Adding Rendezvous support to postmaster
Previous Message Bruce Momjian 2003-06-11 14:24:36 Re: Adding Rendezvous support to postmaster