python - lo: Add a dictionary function.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - lo: Add a dictionary function.
Дата
Msg-id 20071207004048.5857017AC898@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add a dictionary function.

This simply takes the data provided by pg_config and puts it into a dictionary.

'instance' will probably throw deprecation warnings on the next release.

Modified Files:
--------------
    lo/postgresql/utility:
        config.py (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/utility/config.py.diff?r1=1.4&r2=1.5)

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

Предыдущее
От: eggyknap@pgfoundry.org (User Eggyknap)
Дата:
Сообщение: pllolcode - pllolcode: Make this work on OpenBSD; add TODO items.
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - ctl: Use pg_config dictionary.