Extracted from Pike v7.6 release 33 at 2006-10-17.
pike.ida.liu.se
[Top]
Sql
Sql.postgres

Method Sql.postgres()->list_tables()


Method list_tables

array(string) list_tables(void|string glob)

Description

Returns an array containing the names of all the tables in the currently selected database. If a glob is specified, it will return only those tables whose name matches it.