Skip to content

Commit

Permalink
add additional seealsos for schema name
Browse files Browse the repository at this point in the history
References: #1447
Change-Id: I1b045cd811f793f1ef19da46ee4cfd3bd737dc88
  • Loading branch information
zzzeek committed Mar 19, 2024
1 parent b6e7e2f commit 0bc8c63
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/build/autogenerate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 0bc8c63

Please sign in to comment.