7 calls to Schema::tableExists()

Schema::addField in drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Add a new field to a table.
Schema::addIndex in drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Add an index.
Schema::addPrimaryKey in drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Add a primary key.
Schema::addUniqueKey in drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Add a unique key.
Schema::createTable in drupal/core/lib/Drupal/Core/Database/Schema.php
Create a new table from a Drupal table definition.
Schema::dropTable in drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Drop a table.
Schema::renameTable in drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Rename a table.