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 /tests/test_quote.py | |
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 'tests/test_quote.py')
-rwxr-xr-x | tests/test_quote.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_quote.py b/tests/test_quote.py index 4ee451f..4b44a86 100755 --- a/tests/test_quote.py +++ b/tests/test_quote.py @@ -45,8 +45,8 @@ class QuotingTestCase(unittest.TestCase): The tests also check that no warning is raised ('escape_string_warning' should be on). - http://www.postgresql.org/docs/8.1/static/sql-syntax.html#SQL-SYNTAX-STRINGS - http://www.postgresql.org/docs/8.1/static/runtime-config-compatible.html + http://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-SYNTAX-STRINGS + http://www.postgresql.org/docs/current/static/runtime-config-compatible.html """ def setUp(self): self.conn = psycopg2.connect(dsn) |