Home
last modified time | relevance | path

Searched refs:PGDATA (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A Dpostgresql-setup14 PGDATA=/var/lib/postgresql/data
19 if [ -f "$PGDATA/PG_VERSION" ]
27 if [ ! -e "$PGDATA" -a ! -h "$PGDATA" ]
29 mkdir -p "$PGDATA" || exit 1
30 chown postgres:postgres "$PGDATA"
31 chmod go-rwx "$PGDATA"
34 [ -x /sbin/restorecon ] && /sbin/restorecon "$PGDATA"
49 mkdir "$PGDATA/pg_log"
50 chown postgres:postgres "$PGDATA/pg_log"
51 chmod go-rwx "$PGDATA/pg_log"
[all …]
H A Dpostgresql.init42 PGDATA=/var/lib/postgresql/data
50 export PGDATA
73 if [ -f "$PGDATA/PG_VERSION" ] && [ -d "$PGDATA/base" ]
76 if [ x`cat "$PGDATA/PG_VERSION"` != x"$PGMAJORVERSION" ]
104 … echo "$PGDATA is missing. Use \"postgresql-setup initdb\" to initialize the cluster first."
112 …$SU -l postgres -c "$PGENGINE/postmaster -p '$PGPORT' -D '$PGDATA' ${PGOPTS} &" >> "$PGLOG" 2>&1 <…
114 pid=`head -n 1 "$PGDATA/postmaster.pid" 2>/dev/null`
132 $SU -l postgres -c "$PGENGINE/pg_ctl stop -D '$PGDATA' -s -m fast" > /dev/null 2>&1 < /dev/null
160 $SU -l postgres -c "$PGENGINE/pg_ctl reload -D '$PGDATA' -s" > /dev/null 2>&1 < /dev/null
H A Dpostgresql.service14 Environment=PGDATA=/var/lib/postgresql/data
19 ExecStart=@BINDIR@/pg_ctl start -D ${PGDATA} -s -o "-p ${PGPORT}" -w -t 300
20 ExecStop=@BINDIR@/pg_ctl stop -D ${PGDATA} -s -m fast
21 ExecReload=@BINDIR@/pg_ctl reload -D ${PGDATA} -s
H A Dpostgresql-profile3 PGDATA=/var/lib/postgresql/data
4 export PGDATA
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/
H A Drun-ptest6 PGDATA="/var/lib/postgresql/data"
7 if [ -f "${PGDATA}/PG_VERSION" ]; then
11 chown -R postgres:postgres ${PGDATA}
12 su -l postgres -c "/usr/bin/initdb --pgdata='$PGDATA'"
/openbmc/linux/arch/m68k/include/asm/
H A DMC68EZ328.h493 #define PGDATA BYTE_REF(PGDATA_ADDR) macro
H A DMC68328.h582 #define PGDATA BYTE_REF(PGDATA_ADDR) macro
H A DMC68VZ328.h502 #define PGDATA BYTE_REF(PGDATA_ADDR) macro