We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5758310 commit c9c6f92Copy full SHA for c9c6f92
modules/postgres/testcontainers/postgres/__init__.py
@@ -45,7 +45,7 @@ class PostgresContainer(DbContainer):
45
... result = connection.execute(sqlalchemy.text("select version()"))
46
... version, = result.fetchone()
47
>>> version
48
- 'PostgreSQL 9.5...'
+ 'PostgreSQL 16...'
49
"""
50
51
def __init__(
0 commit comments