~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-updates

« back to all changes in this revision

Viewing changes to doc/src/sgml/perform.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-06-14 09:53:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110614095329-kerawur7tb6p8s71
Tags: 9.1~beta2-1
* New upstream beta release.
* Drop 03-cmsgcred-size.patch, fixed upstream.
* debian/postgresql-9.1.install: Install new pg_basebackup translations.
* debian/control: Fix the server-dev dependency to p-common to also work for
  backports.
* debian/watch: Fix for beta versions.
* debian/copyright: Add pointers to GPL and Artistic licenses for the Perl
  terms.
* debian/postgresql-9.1.preinst: Fail the package upgrade early when
  upgrading from beta-1, as the DB format changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
440
440
    the related Insert, Update, or Delete node, although time spent executing
441
441
    <literal>AFTER</> triggers is not.  The time spent in each trigger
442
442
    (either <literal>BEFORE</> or <literal>AFTER</>) is also shown separately
443
 
    and is included in total runtime.
 
443
    and is included in total run time.
444
444
    Note, however, that deferred constraint triggers will not be executed
445
445
    until end of transaction and are thus not shown by
446
446
    <command>EXPLAIN ANALYZE</command>.
447
447
   </para>
448
448
 
449
449
   <para>
450
 
    There are two significant ways in which runtimes measured by
 
450
    There are two significant ways in which run times measured by
451
451
    <command>EXPLAIN ANALYZE</command> can deviate from normal execution of
452
452
    the same query.  First, since no output rows are delivered to the client,
453
453
    network transmission costs and I/O formatting costs are not included.