# This file should contain exported database directories for # the PostgreSQL database engine. # # Each database location should have the following form: # # DB_DIR="/directory/where/it/lives" # export DB_DIR # # Locations should be prepared with "initlocation(1)" prior # to attempting to access them. # # DO NOT USE VARIABLE "PGDATA" AS IT IS DEFAULT SYSTEM DATABASE # LOCATION AND WILL BE RESET AFTER SOURCING THIS CONFIGURATION! # # Example: REGISTRY_DB database (key registry) # # With these two lines uncommented, you can use # # CREATE DATABASE registry WITH LOCATION = 'REGISTRY_DB' # # to create a database here. # #REGISTRY_DB="/export/key_registry" #export REGISTRY_DB