mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Update:
< * Add now("transaction|statement|clock") functionality
> * Add transaction_timestamp(), statement_timestamp(), clock_timestamp() functionality
This commit is contained in:
parent
8c43300ccc
commit
4b864e7cb0
1 changed files with 2 additions and 2 deletions
4
doc/TODO
4
doc/TODO
|
|
@ -1,6 +1,6 @@
|
|||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Sun May 25 22:56:38 EDT 2003
|
||||
Last updated: Mon May 26 14:36:44 EDT 2003
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
|
|
@ -69,7 +69,7 @@ Data Types
|
|||
* Change NUMERIC to enforce the maximum precision, and increase it
|
||||
* Add function to return compressed length of TOAST data values (Tom)
|
||||
* Allow INET subnet tests using non-constants
|
||||
* Add now("transaction|statement|clock") functionality
|
||||
* Add transaction_timestamp(), statement_timestamp(), clock_timestamp() functionality
|
||||
* -Add GUC variables to control floating number output digits (Pedro Ferreira)
|
||||
* Have sequence dependency track use of DEFAULT sequences, seqname.nextval
|
||||
* Disallow changing default expression of a SERIAL column
|
||||
|
|
|
|||
Loading…
Reference in a new issue