You are connected to a PostgreSQL database. After executing a complex query an error message is displayed. You want to edit and rerun the previously executed query. Which command can be used to edit the query buffer?
Answer : C
In PostgreSQL, which system catalog stores information about databases?
Answer : A
Which pg_dump option allows you to dump only the data without schema definitions?
Answer : B
Which directory in the PostgreSQL data directory contains the Write-Ahead Log files?
Answer : C
You want to list all schemas in the current database using psql. Which command should you use?
Answer : B
You want to reload the PostgreSQL configuration without restarting the server. Which function should you execute?
Answer : B
Which parameter specifies the number of connections reserved for superusers in PostgreSQL?
Answer : B