Skip to content

Commit 476a1de

Browse files
committed
docs(connection): redshift wire methods
1 parent 82835e1 commit 476a1de

File tree

4 files changed

+621
-65
lines changed

4 files changed

+621
-65
lines changed

redshift_connector/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_name(cls, i: int) -> str:
5555
# Python encodings:
5656
# http://www.python.org/doc/2.4/lib/standard-encodings.html
5757
#
58-
# Commented out encodings don't require a name change between PostgreSQL and
58+
# Commented out encodings don't require a name change between Amazon Redshift and
5959
# Python. If the py side is None, then the encoding isn't supported.
6060
pg_to_py_encodings: typing.Dict[str, typing.Optional[str]] = {
6161
# Not supported:

0 commit comments

Comments
 (0)