PostgresSQL Helper Command
Dec 16, 2023 · 1 min read · List of command that might be useful CommandDescription \conninfoDisplays information about the current database connection. \l or \listLists all databases in the PostgreSQL server. \c [database_name]Connects to another database. \dtLists a...
Join discussion


