<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
For now I added in rev.23163 schema name into query for PostgreSQL (so
no empty schema name is returned, but valid schema name)<br>
Here I understand:<br>
stTables - list of all tables, which may include system tables (it is
not clear from documentation)?<br>
stSysTables - list of ONLY system tables (not views)<br>
<br>
<a class="moz-txt-link-freetext" href="http://docwiki.embarcadero.com/Libraries/XE2/en/Data.SqlExpr.TSQLConnection.GetTableNames">http://docwiki.embarcadero.com/Libraries/XE2/en/Data.SqlExpr.TSQLConnection.GetTableNames</a><br>
"If SystemTables is true, only the system tables are added to List. If
SystemTables is false, the list is filled with any tables that match
the criteria specified by the <a
href="http://docwiki.embarcadero.com/Libraries/XE2/en/Data.SqlExpr.TSQLConnection.TableScope"
title="Data.SqlExpr.TSQLConnection.TableScope">TableScope</a> property"<br>
<br>
<br>
<a class="moz-txt-link-freetext" href="http://docwiki.embarcadero.com/Libraries/XE2/en/Data.SqlExpr.TCustomSQLDataSet.SetSchemaInfo">http://docwiki.embarcadero.com/Libraries/XE2/en/Data.SqlExpr.TCustomSQLDataSet.SetSchemaInfo</a><br>
<br>
"stTables -
Information about all the data tables on the database server that match
the criteria specified by the SQL connection's <a
href="http://docwiki.embarcadero.com/Libraries/XE2/en/Data.SqlExpr.TSQLConnection.TableScope"
title="Data.SqlExpr.TSQLConnection.TableScope">TableScope</a>
property."<br>
<br>
"stSysTables
- Information about all of the system tables on the database server"<br>
<br>
"If an application calls GetTablesNames with SystemTables set to true,
or calls <a
href="http://docwiki.embarcadero.com/Libraries/XE2/en/Data.SqlExpr.TCustomSQLDataSet.SetSchemaInfo"
title="Data.SqlExpr.TCustomSQLDataSet.SetSchemaInfo">SetSchemaInfo</a>
with SchemaType set to stSysTables, system tables, and only system
tables are returned, regardless of the value of <strong
class="selflink">TableScope</strong>."<br>
<br>
-Laco.<br>
</body>
</html>