I have just moved over to PostGres after using MySQL.
In MySQL I could issue the command SHOW TABLES within a database to show
what tables are within.
I tried to do this with PostGres and I get the following error message:
Option 'tables' is not recognized
How do I display the tables within a database ?
Pete