]> granicus.if.org Git - postgresql/commit
Merge in D'Arcy Cain's python interface (PyGreSQL 2.0)
authorMarc G. Fournier <scrappy@hub.org>
Sun, 25 Jan 1998 06:09:40 +0000 (06:09 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sun, 25 Jan 1998 06:09:40 +0000 (06:09 +0000)
commit753f720cb8b9c8e66ab486b1b6a7379e472b9a7a
tree3cbdec737cb8c43c7969fe62c2fb1119e7d9e10f
parent98018c4b93073ae7afb705a9ad93d461fbf07aa1
Merge in D'Arcy Cain's python interface (PyGreSQL 2.0)
14 files changed:
src/interfaces/python/Announce [new file with mode: 0644]
src/interfaces/python/ChangeLog [new file with mode: 0644]
src/interfaces/python/README [new file with mode: 0644]
src/interfaces/python/pgext.py [new file with mode: 0644]
src/interfaces/python/pgmodule.c [new file with mode: 0644]
src/interfaces/python/tutorial/advanced.py [new file with mode: 0755]
src/interfaces/python/tutorial/advanced.pyc [new file with mode: 0644]
src/interfaces/python/tutorial/basics.py [new file with mode: 0755]
src/interfaces/python/tutorial/func.py [new file with mode: 0755]
src/interfaces/python/tutorial/func.pyc [new file with mode: 0644]
src/interfaces/python/tutorial/pgtools.py [new file with mode: 0755]
src/interfaces/python/tutorial/pgtools.pyc [new file with mode: 0644]
src/interfaces/python/tutorial/syscat.py [new file with mode: 0755]
src/interfaces/python/tutorial/syscat.pyc [new file with mode: 0644]