Constructs the query retrieving the metadata information of each attribute in each table as well as statistics computed by PostreSQL:
schemaname
tablename
attribute name
type of attribute
length of attribute (related to type)
estimated fraction of NULL values
estimated number of distinct values (caution!)
most common values
frequency of most common values
histogram bounds
1 | sql.attributes(schemaname = NULL)
|
schemaname |
name of specific schema, if not provided tables from all schemas will be returned |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.