In MySQL document, it lists SHOW
statements (for tables, databases, ...) in "SQL".
But PostgreSQL doesn't have SHOW
or equivalent statement in PL/pgsql. Only psql
has some client-side commands for the same purpose.
So I was wondering
whether SHOW
statements are in SQL, or in MySQL's SQL dialect?
Thanks