Skip to content

Commit c70bdf0

Browse files
committed
Update item description:
< * CREATE TABLE AS can not determine column lengths from expressions [atttypmod] > * Allow CREATE TABLE AS to determine column lengths for complex > expressions like SELECT col1 || col2
1 parent 4126c1c commit c70bdf0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TODO list for PostgreSQL
66
Bracketed items "[]" have more detail.
77

88
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
9-
Last updated: Mon Nov 8 09:53:53 EST 2004
9+
Last updated: Mon Nov 8 10:17:53 EST 2004
1010

1111
The most recent version of this document can be viewed at the PostgreSQL web
1212
site, http://www.PostgreSQL.org.
@@ -284,7 +284,8 @@ Commands
284284

285285
* Add BETWEEN ASYMMETRIC/SYMMETRIC
286286
* Change LIMIT/OFFSET to use int8
287-
* CREATE TABLE AS can not determine column lengths from expressions [atttypmod]
287+
* Allow CREATE TABLE AS to determine column lengths for complex
288+
expressions like SELECT col1 || col2
288289
* Allow UPDATE to handle complex aggregates [update] (?)
289290
* Allow backslash handling in quoted strings to be disabled for portability
290291

0 commit comments

Comments
 (0)