mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
config
contrib
adminpack
auth_delay
auto_explain
bloom
btree_gin
btree_gist
chkpass
citext
cube
dblink
dict_int
dict_xsyn
earthdistance
file_fdw
fuzzystrmatch
hstore
hstore_plperl
hstore_plpython
intagg
intarray
isn
lo
ltree
ltree_plpython
oid2name
pageinspect
passwordcheck
pg_buffercache
pg_freespacemap
pg_prewarm
pg_standby
pg_stat_statements
pg_trgm
pg_visibility
pgcrypto
pgrowlocks
pgstattuple
postgres_fdw
seg
sepgsql
spi
sslinfo
start-scripts
osx
PostgreSQL
README
StartupParameters.plist
install.sh
freebsd
linux
tablefunc
tcn
test_decoding
tsearch2
tsm_system_rows
tsm_system_time
unaccent
uuid-ossp
vacuumlo
xml2
Makefile
README
contrib-global.mk
doc
src
.dir-locals.el
.gitattributes
.gitignore
COPYRIGHT
GNUmakefile.in
HISTORY
Makefile
README
README.git
aclocal.m4
configure
configure.in
11 lines
409 B
Bash
Executable File
11 lines
409 B
Bash
Executable File
sudo sh -c 'echo "POSTGRESQL=-YES-" >> /etc/hostconfig'
|
|
sudo mkdir /Library/StartupItems/PostgreSQL
|
|
sudo cp PostgreSQL /Library/StartupItems/PostgreSQL
|
|
sudo cp StartupParameters.plist /Library/StartupItems/PostgreSQL
|
|
if [ -e /Library/StartupItems/PostgreSQL/PostgreSQL ]
|
|
then
|
|
echo "Startup Item Installed Successfully . . . "
|
|
echo "Starting PostgreSQL Server . . . "
|
|
SystemStarter restart PostgreSQL
|
|
fi
|