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

Поиск
Список
Период
Сортировка
От momjian@svr1.postgresql.org (Bruce Momjian)
Тема pgsql: Add description: < This would require a new global table that
Дата
Msg-id 20050801005228.4709D52A92@svr1.postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add per-user and per-database connection limit options.
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add ALTER object SET SCHEMA capability for a limited but useful