diff options
| author | Bruce Momjian <bruce@momjian.us> | 2000-11-10 22:29:21 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2000-11-10 22:29:21 +0000 |
| commit | eafb63643538000b3523478c3b2e51bd4611abbe (patch) | |
| tree | 113fe0b7f8d35c474bd9d1a1a14a93ee7fbaee38 /src/interfaces/python/README.linux | |
| parent | 960c18618486bf1815003d3ebe766f50a5fb2c55 (diff) | |
| download | postgresql-eafb63643538000b3523478c3b2e51bd4611abbe.tar.gz | |
Update to PyGreSQL 3.1:
Fix some quoting functions. In particular handle NULLs better.
Use a method to add primary key information rather than direct
manipulation of the class structures.
Break decimal out in _quote (in pg.py) and treat it as float.
Treat timestamp like date for quoting purposes.
Remove a redundant SELECT from the get method speeding it, and
insert since it calls get, up a little.
Add test for BOOL type in typecast method to pgdbTypeCache class.
(tv@beamnet.de)
Fix pgdb.py to send port as integer to lower level function
(dildog@l0pht.com)
Change pg.py to speed up some operations
Allow updates on tables with no primary keys.
D'Arcy J.M. Cain
Diffstat (limited to 'src/interfaces/python/README.linux')
| -rw-r--r-- | src/interfaces/python/README.linux | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/interfaces/python/README.linux b/src/interfaces/python/README.linux index 3b98077089..66b0346c82 100644 --- a/src/interfaces/python/README.linux +++ b/src/interfaces/python/README.linux @@ -1,4 +1,4 @@ -Thanks to thilo@eevolute.com for this README and the RPM +Thanks to thilo@eevolute.com and others for this README and the RPM Note: The precompiled RPM package is not available at www.eevolute.com. You may use the spec file provided with PyGreSQL to build your @@ -36,3 +36,11 @@ bash# cp _pg.so /usr/lib/python1.5/lib-dynload done! +Oliver White (ojw@muzak.iinet.net.au) sent me the following information +about installing on Debian. + +Hi, I thought you might want to upgrade your documentation for PyGreSQL +to let people know they can get it by simply typing 'apt-get install +python-pygresql', on debian (duh). This would have saved me a lot of +trouble. + |
