👑️
Size: a a a
👑️
А
РК
connection = create_connection(db_name, db_user, db_password, db_host, db_port)
def start():
connection.autocommit = True (ОШИБКА ЗДЕСЬ)
cursor = connection.cursor()
query = """
SELECT table_name FROM information_schema.tables
WHERE table_schema NOT IN ('information_schema','pg_catalog');
"""
result = cursor.execute(query)
return result
РК
А
РК
А
А
РК
РК
РК
РК
ᅠ
ᅠ
ᅠ
РК
db_1 | 2021-04-14 16:07:05.846 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432