Re: perform.sgml update

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Greg Sabino Mullane <greg(at)turnstep(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: perform.sgml update
Date: 2003-06-23 06:09:26
Message-ID: 200306230609.h5N69Qt04983@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Your patch has been added to the PostgreSQL unapplied patches list at:

http://momjian.postgresql.org/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------

Greg Sabino Mullane wrote:
[ There is text before PGP section. ]
>
[ PGP not available, raw data follows ]
> -----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-----
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>
[ Decrypting message... End of raw data. ]

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-06-23 06:14:00 Re: Nested transactions: deferred triggers
Previous Message Bruce Momjian 2003-06-23 06:09:10 Re: [HACKERS] MARKED_FOR_UPDATE && XMAX_COMMITTED == XMAX_INVALID ?