Find information about all table types in PostgreSQL database
returns information about all the Table Types in a database where the
specified character pattern appears in the name of the table type. Executing this function
is the equivalent of writing the SQL statement data
= sqlfind(conn
,pattern
)SELECT * FROM
information_schema.tables
.
uses additional options specified by one or more name-value pair arguments. For example,
data
= sqlfind(conn
,pattern
,Name,Value
)'Catalog',"cat"
finds all table types in the "cat"
catalog.
close
| postgresql
| sqlinnerjoin
| sqlread