What is the PostgreSQL equivalent of 'SHOW TABLES;' in MariaDB/MySQL?
The PostgreSQL equivalent of SHOW TABLES;
in MariaDB/MySQL is:
\dt
\dt
means display tables
and will list all tables in the current database.
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow