sqlfind
Find information about all table types in PostgreSQL database
Description
data = sqlfind(conn,pattern)SELECT * FROM
          information_schema.tables.
data = sqlfind(conn,pattern,Name,Value)'Catalog',"cat" finds all table types in the "cat"
        catalog.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
More About
Version History
Introduced in R2020b