From 4a2fe8e03d176da9cf6b49ef8438f54160bbce68 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 3 May 2002 14:21:38 +0000 Subject: [PATCH] Fix typo in usage instructions. --- src/interfaces/python/tutorial/syscat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/python/tutorial/syscat.py b/src/interfaces/python/tutorial/syscat.py index d2c6e44657..f45d62470d 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, -- 2.40.0