We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f8ba8 commit 179b334Copy full SHA for 179b334
1 file changed
postgresql/lib/__init__.py
@@ -1,10 +1,10 @@
1
##
2
-# .lib - query libraries; manage SQL outside of Python.
+# .lib - libraries; manage SQL outside of Python.
3
4
"""
5
-PostgreSQL query libraries.
+PostgreSQL statement and object libraries.
6
7
-The purpose of query libraries is provide a means to manage a mapping of symbols
+The purpose of a library is provide a means to manage a mapping of symbols
8
to database operations or objects. These operations can be simple statements,
9
procedures, or something more complex.
10
0 commit comments