projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8338cc0
)
Fix typo in usage instructions.
author
Tom Lane
Fri, 3 May 2002 14:21:38 +0000
(14:21 +0000)
committer
Tom Lane
Fri, 3 May 2002 14:21:38 +0000
(14:21 +0000)
src/interfaces/python/tutorial/syscat.py
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/python/tutorial/syscat.py
b/src/interfaces/python/tutorial/syscat.py
index d2c6e44657e45dbb0c2567b3c5b68d3ee12fd04e..f45d62470d0bbeaca0d0dc95540cabf13f32ee94 100755
(executable)
--- 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,