From: Bruce Momjian Date: Thu, 23 Nov 2006 16:18:12 +0000 (+0000) Subject: Update wording: X-Git-Tag: REL8_2_RC1~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb1fbbe5c46970c78ef0a6e6a63b7e45606383a9;p=postgresql Update wording: > * Add a field 'isoyear' to extract(), based on the ISO week --- diff --git a/doc/TODO b/doc/TODO index 246cfacf55..ea4f8f74c0 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Thu Nov 23 00:09:21 EST 2006 +Last updated: Thu Nov 23 11:18:03 EST 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -336,7 +336,7 @@ Functions o to_char(INTERVAL '3 years 5 months','MM') => 41 * Add ISO day of week format 'ID' to to_char() where Monday = 1 -* Add an ISO year field to extract() called 'isoyear' +* Add a field 'isoyear' to extract(), based on the ISO week * Add SPI_gettypmod() to return the typemod for a TupleDesc * Allow inlining of set-returning functions * Allow SQL-language functions to return results from RETURNING queries diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 004df0204d..2362041a5e 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Thu Nov 23 00:09:21 EST 2006 +Last updated: Thu Nov 23 11:18:03 EST 2006

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -311,7 +311,7 @@ first.

  • to_char(INTERVAL '3 years 5 months','MM') => 41
  • Add ISO day of week format 'ID' to to_char() where Monday = 1 -
  • Add an ISO year field to extract() called 'isoyear' +
  • Add a field 'isoyear' to extract(), based on the ISO week
  • Add SPI_gettypmod() to return the typemod for a TupleDesc
  • Allow inlining of set-returning functions
  • Allow SQL-language functions to return results from RETURNING queries