diff options
| author | Marti Raudsepp <marti@juffo.org> | 2012-02-28 18:28:07 +0200 |
|---|---|---|
| committer | Marti Raudsepp <marti@juffo.org> | 2012-02-28 18:28:07 +0200 |
| commit | b97599166ec218b474f45e9a81ac7f4d58f63b71 (patch) | |
| tree | 072f2827d2526dd864632e92c2e554fb3e3bc38c /doc/src/faq.rst | |
| parent | 4eea8bc912096654bc65a5908b0d861f1e9bba32 (diff) | |
| download | psycopg2-b97599166ec218b474f45e9a81ac7f4d58f63b71.tar.gz | |
Update all links to PostgreSQL docs to the current version.
I also checked all links and anchors to make sure they're still valid.
Diffstat (limited to 'doc/src/faq.rst')
| -rw-r--r-- | doc/src/faq.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/faq.rst b/doc/src/faq.rst index 8afc478..fbf68af 100644 --- a/doc/src/faq.rst +++ b/doc/src/faq.rst @@ -33,7 +33,7 @@ I receive the error *current transaction is aborted, commands ignored until end PostgreSQL supports nested transactions using the |SAVEPOINT|_ command). .. |SAVEPOINT| replace:: :sql:`SAVEPOINT` - .. _SAVEPOINT: http://www.postgresql.org/docs/9.0/static/sql-savepoint.html + .. _SAVEPOINT: http://www.postgresql.org/docs/current/static/sql-savepoint.html Why do I get the error *current transaction is aborted, commands ignored until end of transaction block* when I use `!multiprocessing` (or any other forking system) and not when use `!threading`? Psycopg's connections can't be shared across processes (but are thread @@ -106,8 +106,8 @@ Transferring binary data from PostgreSQL 9.0 doesn't work. session before reading binary data; - upgrade the libpq library on the client to at least 9.0. - .. __: http://www.postgresql.org/docs/9.0/static/datatype-binary.html - .. __: http://www.postgresql.org/docs/9.0/static/runtime-config-client.html#GUC-BYTEA-OUTPUT + .. __: http://www.postgresql.org/docs/current/static/datatype-binary.html + .. __: http://www.postgresql.org/docs/current/static/runtime-config-client.html#GUC-BYTEA-OUTPUT Arrays of *TYPE* are not casted to list. Arrays are only casted to list when their oid is known, and an array |
