Extracted from Pike v7.6 release 61 at 2005-12-30.
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.