diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-03-14 21:58:09 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-03-14 21:58:09 +0000 |
commit | 3674ccdf95037c0dcbfcae38f02bf3fdd2080acd (patch) | |
tree | 046161095fe63aa3a7fbb98c3c7f8fdc6c29c0ae /src/interfaces/python/tutorial | |
parent | 12429af0272605f7c6b7e29ec07db55a13bacd56 (diff) | |
download | postgresql-3674ccdf95037c0dcbfcae38f02bf3fdd2080acd.tar.gz postgresql-3674ccdf95037c0dcbfcae38f02bf3fdd2080acd.zip |
Change Postgres95 to PostgreSQL. Update CLUSTER manual page.
Diffstat (limited to 'src/interfaces/python/tutorial')
-rwxr-xr-x | src/interfaces/python/tutorial/basics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/python/tutorial/basics.py b/src/interfaces/python/tutorial/basics.py index b0cd9292df0..bd47611488e 100755 --- a/src/interfaces/python/tutorial/basics.py +++ b/src/interfaces/python/tutorial/basics.py @@ -1,6 +1,6 @@ #! /usr/local/bin/python # basics.py - basic SQL commands tutorial -# inspired from the Postgres95 tutorial +# inspired from the PostgreSQL tutorial # adapted to Python 1995 by Pascal ANDRE print "__________________________________________________________________" |