python - fe: Allow interspersed arguments.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - fe: Allow interspersed arguments.
Date: 2006-09-14 15:25:11
Message-ID: 20060914152511.BD82E86C4E0@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Allow interspersed arguments.

This allows #!pb_python scripts to be passed connection arguments,
collection of connection options can be terminated using '--'.

Modified Files:
--------------
fe/src:
python.py (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/python.py.diff?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-09-14 15:34:54 python - fe: Update usage string to reflect new connection/script option
Previous Message James William Pye 2006-09-14 15:23:11 python - ip: Fix execute_file usage.