]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
add additional seealsos for schema name
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 Mar 2024 12:14:53 +0000 (08:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 Mar 2024 12:14:53 +0000 (08:14 -0400)
References: #1447
Change-Id: I1b045cd811f793f1ef19da46ee4cfd3bd737dc88

docs/build/autogenerate.rst

index a63971771c6f9a06014005d9d0872edd339db591..519aa5bc4f3e159cb658e2e1d5a4d61d49c66a94 100644 (file)
@@ -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
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^