\name{dbListTables.PgSQL.conn} \alias{dbListTables.PgSQL.conn} \title{List tables in a database} \description{ \code{dbListTables} lists the tables associated with a database connection. } \usage{ \method{dbListTables}{PgSQL.conn}(conn, ...) } \arguments{ \item{conn}{A connection object} \item{...}{Other arguments, described in \code{details}} } \details{ Other arguments: \itemize { \item{pattern}{An SQL matching pattern, defaults to NULL} \item{all}{If true, also list system tables, defaults to FALSE} } } \value{ A list of table names. } \references{\url{http://rdbi.sourceforge.net/}} \author{Timothy H. Keitt} \seealso{\code{\link[Rdbi]{dbConnect}}} \keyword{data}