pgsql: Add description: < This would require a new global table that
Log Message:
-----------
Add description:
< This would require a new global table that is dumped to flat file for
< use by the postmaster. We do a similar thing for pg_shadow currently.
This would add a function to load the SQL table from
pg_hba.conf, and one to writes its contents to the flat file.
The table should have a line number that is a float so rows
can be inserted between existing rows, e.g. row 2.5 goes
between row 2 and row 3.
Modified Files:
--------------
pgsql/doc:
TODO (r1.1613 -> r1.1614)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1613&r2=1.1614)
pgsql/doc/src/FAQ:
TODO.html (r1.120 -> r1.121)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.120&r2=1.121)