Skip to content
Snippets Groups Projects
Commit 4a2fe8e0 authored by Tom Lane's avatar Tom Lane
Browse files

Fix typo in usage instructions.

parent 8338cc03
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment