pgsql: Document that age() adds days, then full months.

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that age() adds days, then full months.
Date: 2007-07-18 03:12:43
Message-ID: 20070718031243.3C0729FB473@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Document that age() adds days, then full months.

Modified Files:
--------------
pgsql/doc/src/sgml:
func.sgml (r1.382 -> r1.383)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.382&r2=1.383)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-07-18 03:13:13 pgsql: Properly adjust age() seconds to match the sign of the larger
Previous Message Bruce Momjian 2007-07-18 00:16:22 pgsql: Add: > > o Allow GLOBAL temporary tables to exist as empty by