aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/python/tutorial/basics.py
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-03-14 21:58:09 +0000
committerBruce Momjian <bruce@momjian.us>1998-03-14 21:58:09 +0000
commit3674ccdf95037c0dcbfcae38f02bf3fdd2080acd (patch)
tree046161095fe63aa3a7fbb98c3c7f8fdc6c29c0ae /src/interfaces/python/tutorial/basics.py
parent12429af0272605f7c6b7e29ec07db55a13bacd56 (diff)
downloadpostgresql-3674ccdf95037c0dcbfcae38f02bf3fdd2080acd.tar.gz
postgresql-3674ccdf95037c0dcbfcae38f02bf3fdd2080acd.zip
Change Postgres95 to PostgreSQL. Update CLUSTER manual page.
Diffstat (limited to 'src/interfaces/python/tutorial/basics.py')
-rwxr-xr-xsrc/interfaces/python/tutorial/basics.py2
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 "__________________________________________________________________"