original(); return $this->generatePostgresShowTableStatus(); } /** * Generates a PostgreSQL-compatible SQL query to mimic MySQL's "SHOW TABLE STATUS". * * @return string The generated SQL query */ public function generatePostgresShowTableStatus($schema = "public") { $sql = <<