Open markvanlan opened 6 years ago
https://dba.stackexchange.com/questions/1285/how-do-i-list-all-databases-and-tables-using-psql
On Wed, Jul 11, 2018 at 5:34 PM Mark VanLandingham notifications@github.com wrote:
I know this is not really an issue, but I do not know where else to ask. If you are in the terminal you can do \l to view all databases. I am working on an application where I need to get all databases available to the user. Is this possible?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/brianc/node-postgres/issues/1687, or mute the thread https://github.com/notifications/unsubscribe-auth/AADDoTHLstZ_fR5bWf1jZwd9yLHB9gY3ks5uFn1vgaJpZM4VL8oM .
I know this is not really an issue, but I do not know where else to ask. If you are in the terminal you can do
\l
to view all databases. I am working on an application where I need to get all databases available to the user. Is this possible?