pgsql: Add description: < This would require a new global table that

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add description: < This would require a new global table that
Date: 2005-08-01 00:52:28
Message-ID: 20050801005228.4709D52A92@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew - Supernews 2005-08-01 02:39:42 Re: [COMMITTERS] pgsql: Add GUC variables to control keep-alive
Previous Message Tom Lane 2005-07-31 17:19:22 pgsql: Add per-user and per-database connection limit options.