Wednesday, January 15, 2025

How to check database directory in PostgreSQL ?

 


postgres=# show data_directory;

     data_directory

------------------------

 /var/lib/pgsql/16/data

(1 row)


postgres=#

No comments:

Post a Comment

What is Geographic Resiliency ?

  Geographic Resiliency Geographic resiliency (also called geographic redundancy ) refers to the practice of deploying applications, databa...