diff options
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/files/postgresql-bashprofile')
| -rw-r--r-- | meta-oe/recipes-dbs/postgresql/files/postgresql-bashprofile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/files/postgresql-bashprofile b/meta-oe/recipes-dbs/postgresql/files/postgresql-bashprofile new file mode 100644 index 0000000000..1c931f37fd --- /dev/null +++ b/meta-oe/recipes-dbs/postgresql/files/postgresql-bashprofile | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | [ -f /etc/profile ] && source /etc/profile | ||
| 2 | |||
| 3 | PGDATA=/var/lib/postgresql/data | ||
| 4 | export PGDATA | ||
