summaryrefslogtreecommitdiff
path: root/databases/postgresql95-server/files/dot.profile.in
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-06-13 12:49:56 +0200
committerRene Ladan <rene@FreeBSD.org>2021-06-13 12:50:22 +0200
commita3da90c5e4f183d6a61b55ac6da01974ab575ed1 (patch)
treeb702fc818fde9e4eae5905753539de9c401f8cb5 /databases/postgresql95-server/files/dot.profile.in
parentdatabases/postgresql-plv8js: bump postgres version. (diff)
*/*: Remove expired ports:
2021-06-13 databases/postgresql95-client: PostgreSQL-9.5 has reached end-of-life 2021-06-13 databases/postgresql95-contrib: PostgreSQL-9.5 has reached end-of-life 2021-06-13 databases/postgresql95-docs: PostgreSQL-9.5 has reached end-of-life 2021-06-13 databases/postgresql95-pgtcl: PostgreSQL-9.5 has reached end-of-life 2021-06-13 databases/postgresql95-plperl: PostgreSQL-9.5 has reached end-of-life 2021-06-13 databases/postgresql95-plpython: PostgreSQL-9.5 has reached end-of-life 2021-06-13 databases/postgresql95-pltcl: PostgreSQL-9.5 has reached end-of-life 2021-06-13 databases/postgresql95-server: PostgreSQL-9.5 has reached end-of-life databases/pg_reorg: abandonware only for PostgreSQL 9.5 databases/pgespresso: functionality part of PostgreSQL 9.6 and later
Diffstat (limited to 'databases/postgresql95-server/files/dot.profile.in')
-rw-r--r--databases/postgresql95-server/files/dot.profile.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/databases/postgresql95-server/files/dot.profile.in b/databases/postgresql95-server/files/dot.profile.in
deleted file mode 100644
index 954e22eae8f8..000000000000
--- a/databases/postgresql95-server/files/dot.profile.in
+++ /dev/null
@@ -1,22 +0,0 @@
-PGLIB=%%PREFIX%%/lib
-
-# note: PGDATA can be overridden by the -D startup option
-PGDATA=${HOME}/data
-
-export PATH PGLIB PGDATA
-
-# if you use the periodic script from share/postgresql/502.pgsql, you
-# can set these
-#PGDUMP_ARGS="-b -F c"
-#PGBACKUPDIR=${HOME}/backups
-#PGBACKUP_SAVE_DAYS=7
-#export PGBACKUPDIR PGDUMP_ARGS PGBACKUP_SAVE_DAYS
-
-#You might want to set some locale stuff here
-#PGDATESTYLE=ISO
-#LC_ALL=sv_SE.ISO_8859-1
-#export PGDATESTYLE LC_ALL
-
-# if you want to make regression tests use this TZ
-#TZ=PST8PDT
-#export TZ