File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (
[email protected] )
5
- Last updated: Fri Feb 16 20:35:38 EST 2007
5
+ Last updated: Fri Feb 16 21:00:55 EST 2007
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -362,17 +362,18 @@ Functions
362
362
363
363
* Add ISO day of week format 'ID' to to_char() where Monday = 1
364
364
* Add a field 'isoyear' to extract(), based on the ISO week
365
- * Add SPI_gettypmod() to return the typemod for a TupleDesc
366
365
* Implement inlining of set-returning functions defined in SQL
367
366
* Allow SQL-language functions to return results from RETURNING queries
368
367
369
368
http://archives.postgresql.org/pgsql-hackers/2006-10/msg00665.php
370
369
370
+ * Add SPI_gettypmod() to return the typemod for a TupleDesc
371
371
* Enforce typmod for function inputs, function results and parameters for
372
372
spi_prepare'd statements called from PLs
373
373
374
374
http://archives.postgresql.org/pgsql-hackers/2007-01/msg01403.php
375
375
376
+ * Allow holdable cursors in SPI
376
377
* Tighten function permission checks
377
378
378
379
http://archives.postgresql.org/pgsql-hackers/2006-12/msg00568.php
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (
< a href ="
mailto:[email protected] "
> [email protected] </ a > )
< br />
11
- Last updated: Fri Feb 16 20:35:38 EST 2007
11
+ Last updated: Fri Feb 16 21:00:55 EST 2007
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -332,15 +332,16 @@ <h1><a name="section_5">Functions</a></h1>
332
332
</ li > </ ul >
333
333
</ li > < li > Add ISO day of week format 'ID' to to_char() where Monday = 1
334
334
</ li > < li > Add a field 'isoyear' to extract(), based on the ISO week
335
- </ li > < li > Add SPI_gettypmod() to return the typemod for a TupleDesc
336
335
</ li > < li > Implement inlining of set-returning functions defined in SQL
337
336
</ li > < li > Allow SQL-language functions to return results from RETURNING queries
338
337
< p > < a href ="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00665.php "> http://archives.postgresql.org/pgsql-hackers/2006-10/msg00665.php</ a >
339
338
</ p >
339
+ </ li > < li > Add SPI_gettypmod() to return the typemod for a TupleDesc
340
340
</ li > < li > Enforce typmod for function inputs, function results and parameters for
341
341
spi_prepare'd statements called from PLs
342
342
< p > < a href ="http://archives.postgresql.org/pgsql-hackers/2007-01/msg01403.php "> http://archives.postgresql.org/pgsql-hackers/2007-01/msg01403.php</ a >
343
343
</ p >
344
+ </ li > < li > Allow holdable cursors in SPI
344
345
</ li > < li > Tighten function permission checks
345
346
< p > < a href ="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00568.php "> http://archives.postgresql.org/pgsql-hackers/2006-12/msg00568.php</ a >
346
347
</ p >
You can’t perform that action at this time.
0 commit comments