From: Mike Bayer Date: Tue, 19 Mar 2024 12:14:53 +0000 (-0400) Subject: add additional seealsos for schema name X-Git-Tag: rel_1_13_2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0bc8c6343a0007c601e790665dcc767d5866c841;p=thirdparty%2Fsqlalchemy%2Falembic.git add additional seealsos for schema name References: #1447 Change-Id: I1b045cd811f793f1ef19da46ee4cfd3bd737dc88 --- diff --git a/docs/build/autogenerate.rst b/docs/build/autogenerate.rst index a6397177..519aa5bc 100644 --- a/docs/build/autogenerate.rst +++ b/docs/build/autogenerate.rst @@ -246,6 +246,14 @@ The list of objects that are scanned in the target database connection include: :meth:`~sqlalchemy.engine.reflection.Inspector.get_foreign_keys` (as of this writing, CHECK constraints and primary key constraints are not yet included). +.. seealso:: + + :ref:`sqla:schema_table_schema_name` - in depth introduction to how + SQLAlchemy interprets schema names + + :ref:`sqla:postgresql_schema_reflection` - important notes specific to the + PostgreSQL database + Omitting Schema Names from the Autogenerate Process ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^