List of PostgreSQL Commands
Learn about important PostgreSQL commands.
List of PostgreSQL Commands
Commands | Description |
| Lists all databases and their corresponding owners |
| Connects to a specific database |
| Lists all schemas |
| Lists all tables in the current database |
| Lists all available functions in the current database |
| Describes the table, including its columns and their data types |
| Lists all the views in the current database |
| Lists all the roles or users in the current database |
| Lists all event triggers in the current database |
| Lists all the installed extensions |
| Copies the data between a file and a table |
| Executes commands from a file with the specified file name |
| Quits the pgsql interface |
Get hands-on with 1400+ tech skills courses.