From 0bc8c6343a0007c601e790665dcc767d5866c841 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 19 Mar 2024 08:14:53 -0400 Subject: [PATCH] add additional seealsos for schema name References: #1447 Change-Id: I1b045cd811f793f1ef19da46ee4cfd3bd737dc88 --- docs/build/autogenerate.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^