Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5ce521f

Browse files
committed
Add psql TODO:
> o Add "auto" expanded mode that outputs in expanded format if > "wrapped" mode can't wrap the output to the screen width > > http://archives.postgresql.org/pgsql-hackers/2008-05/msg00417.php >
1 parent c96d5df commit 5ce521f

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

doc/TODO

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Mon Jun 30 15:41:25 EDT 2008
4+
Last updated: Mon Jun 30 15:45:09 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1129,6 +1129,11 @@ Clients
11291129
algorithm documented in the W3C specification.
11301130
http://archives.postgresql.org/pgsql-hackers/2008-05/msg00404.php
11311131
http://www.w3.org/TR/CSS21/tables.html#auto-table-layout
1132+
o Add "auto" expanded mode that outputs in expanded format if
1133+
"wrapped" mode can't wrap the output to the screen width
1134+
1135+
http://archives.postgresql.org/pgsql-hackers/2008-05/msg00417.php
1136+
11321137

11331138
* pg_dump / pg_restore
11341139
o %Add dumping of comments on index columns and composite type columns

doc/src/FAQ/TODO.html

+7-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Mon Jun 30 15:41:25 EDT 2008
11+
Last updated: Mon Jun 30 15:45:09 EDT 2008
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -976,9 +976,12 @@ <h1><a name="section_10">Clients</a></h1>
976976
algorithm documented in the W3C specification.
977977
<a href="http://archives.postgresql.org/pgsql-hackers/2008-05/msg00404.php">http://archives.postgresql.org/pgsql-hackers/2008-05/msg00404.php</a>
978978
<a href="http://www.w3.org/TR/CSS21/tables.html<strong>auto-table-layout">http://www.w3.org/TR/CSS21/tables.html</strong>auto-table-layout</a>
979+
<li>Add "auto" expanded mode that outputs in expanded format if
980+
"wrapped" mode can't wrap the output to the screen width
981+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-05/msg00417.php">http://archives.postgresql.org/pgsql-hackers/2008-05/msg00417.php</a>
979982
</p>
980983
</li></ul>
981-
</li><li>pg_dump / pg_restore
984+
<li>pg_dump / pg_restore
982985
<ul>
983986
<li>%Add dumping of comments on index columns and composite type columns
984987
</li><li>%Add full object name to the tag field. eg. for operators we need
@@ -1078,7 +1081,7 @@ <h1><a name="section_10">Clients</a></h1>
10781081
</p>
10791082
</li></ul>
10801083
</li></ul>
1081-
<h1><a name="section_11">Triggers</a></h1>
1084+
</p><h1><a name="section_11">Triggers</a></h1>
10821085

10831086
<ul>
10841087
<li>Add deferred trigger queue file
@@ -1840,6 +1843,6 @@ <h1><a name="section_25">Features We Do <u>Not</u> Want</a></h1>
18401843
to run in the same process address space as the client application
18411844
would add too much complexity and failure cases.</p>
18421845
</li></ul>
1843-
1846+
</li></ul></li></ul>
18441847
</body>
18451848
</html>

0 commit comments

Comments
 (0)