pgsql: Add description and item: > > Currently, while \e saves a

Started by Bruce Momjianalmost 21 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

Log Message:
-----------
Add description and item:

Currently, while \e saves a single query as one entry, interactive
queries are saved one line at a time. Ideally all queries
whould be saved like \e does.

o Allow multi-line column values to align in the proper columns

If the second output column value is 'a\nb', the 'b' should appear
in the second display column, rather than the first column as it
does now.

Modified Files:
--------------
pgsql/doc:
TODO (r1.1639 -> r1.1640)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1639&r2=1.1640)
pgsql/doc/src/FAQ:
TODO.html (r1.146 -> r1.147)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.146&r2=1.147)