Monthly Archives: September 2008

Unique identifier for a database without connecting to the database?

In PostgreSQL, the working directory is a unique identifier for a database, and sometimes you want to use that working dir in your script(s). But what if you don’t want to actually connect and query the database? Is there a … Continue reading

Posted in PostgreSQL | Tagged , | View Comments