summaryrefslogtreecommitdiff
path: root/tests/test_quote.py
diff options
context:
space:
mode:
authorMarti Raudsepp <marti@juffo.org>2012-02-28 18:28:07 +0200
committerMarti Raudsepp <marti@juffo.org>2012-02-28 18:28:07 +0200
commitb97599166ec218b474f45e9a81ac7f4d58f63b71 (patch)
tree072f2827d2526dd864632e92c2e554fb3e3bc38c /tests/test_quote.py
parent4eea8bc912096654bc65a5908b0d861f1e9bba32 (diff)
downloadpsycopg2-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-xtests/test_quote.py4
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)