We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent84f878f commit04854a8Copy full SHA for 04854a8
doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
5
Bracketed items "[]" have more detail.
6
7
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
8
-Last updated:Wed Aug 1800:00:34 EDT 2004
+Last updated:Wed Aug 1822:35:48 EDT 2004
9
10
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
11
@@ -403,6 +403,7 @@ Commands
403
404
o Allow COPY to understand \x as a hex byte
405
o Have COPY return the number of rows loaded/unloaded (?)
406
+o Allow COPY to optionally include column headings as the first line
407
408
* CURSOR
409
o Allow UPDATE/DELETE WHERE CURRENT OF cursor