diff --git a/reference/pgsql/functions/pg-meta-data.xml b/reference/pgsql/functions/pg-meta-data.xml index 18dae51904..3a639a7942 100644 --- a/reference/pgsql/functions/pg-meta-data.xml +++ b/reference/pgsql/functions/pg-meta-data.xml @@ -1,5 +1,5 @@ - + @@ -18,12 +18,42 @@ pg_meta_data returns table definition for - table_name as an array. If there is error, it - returns &false; + table_name as an array. &warn.experimental.func; + + &reftitle.parameters; + + + + connection + + + PostgreSQL database connection resource. + + + + + table_name + + + The name of the table. + + + + + + + + + &reftitle.returnvalues; + + An array of the table definition, or &false; on error. + + + &reftitle.examples;