Vous avez des améliorations (ou des corrections) à proposer pour ce document :
je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Return all non-materialized view names in `schema`.
:param schema: Optional, retrieve names from a non-default schema.
For special quoting, use :class:`.quoted_name`.
:param \**kw: Additional keyword argument to pass to the dialect
specific implementation. See the documentation of the dialect
in use for more information.
.. versionchanged:: 2.0 For those dialects that previously included
the names of materialized views in this list (currently PostgreSQL),
this method no longer returns the names of materialized views.
the :meth:`.Inspector.get_materialized_view_names` method should
be used instead.
.. seealso::
:meth:`.Inspector.get_materialized_view_names`
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :