python - lo: Add runtime parameter option.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - lo: Add runtime parameter option.
Date: 2006-10-28 20:01:32
Message-ID: 20061028200132.9D398216D8A@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add runtime parameter option.

This should probably be a simple action to build a dictionary,
so ./cmd.py -s foo=bar makes {'foo':'bar'}, instead of the mere
list. (Additionally, providing some syntax checks.)

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

Browse pgsql-committers by date

  From Date Subject
Next Message User Agoldshuv 2006-10-28 21:51:17 bizgres - bizgres: Re-enabled concurrency option '-c' in loader when
Previous Message James William Pye 2006-10-28 19:11:57 python - lo: Improve portability.