aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/python/tutorial
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-05-03 14:21:38 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-05-03 14:21:38 +0000
commit4a2fe8e03d176da9cf6b49ef8438f54160bbce68 (patch)
tree496d157555a9f87433b85e47435ec4738378e86d /src/interfaces/python/tutorial
parent8338cc03a8915e28024981d09193612ec4a83819 (diff)
downloadpostgresql-4a2fe8e03d176da9cf6b49ef8438f54160bbce68.tar.gz
postgresql-4a2fe8e03d176da9cf6b49ef8438f54160bbce68.zip
Fix typo in usage instructions.
Diffstat (limited to 'src/interfaces/python/tutorial')
-rwxr-xr-xsrc/interfaces/python/tutorial/syscat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/python/tutorial/syscat.py b/src/interfaces/python/tutorial/syscat.py
index d2c6e44657e..f45d62470d0 100755
--- a/src/interfaces/python/tutorial/syscat.py
+++ b/src/interfaces/python/tutorial/syscat.py
@@ -9,7 +9,7 @@ MODULE SYSCAT.PY : PARSES SOME POSTGRESQL SYSTEM CATALOGS
This module is designed for being imported from python prompt
In order to run the samples included here, first create a connection
-using : cnx = advanced.DB(...)
+using : cnx = syscat.DB(...)
The "..." should be replaced with whatever arguments you need to open an
existing database. Usually all you need is the name of the database and,