pgsql: Adjust extract(epoch) example to clarify that it includes - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Adjust extract(epoch) example to clarify that it includes
Date
Msg-id 20090810161019.8095475331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Adjust extract(epoch) example to clarify that it includes fractional
seconds, per gripe from Richard Neill.  Also, add a cross-reference to
the to_timestamp function.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        func.sgml (r1.484 -> r1.485)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.484&r2=1.485)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Enable the use of multiple CPUs/cores when building on MSVC.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Adjust test_fsync code to be more sane.