Project

General

Profile

« Previous | Next » 

Revision 11662

Makefile, schemas/.Mac.conf: upgraded to PostgreSQL 9.3, which is needed for proper exception parsing in the auto-re-create-views functionality. this also removes the Mac 10.8 Mountain Lion quirks, such as renaming the postgres user to _postgres (which messed everything up, but is now back to normal).

View differences:

common.Makefile
87 87
remote := $(remote_user)@$(remote_host):$(remote_basepath)/$(localDirName)/
88 88

  
89 89
# DB
90
postgres := $(if $(isMac),_)postgres
90
postgres := postgres
91 91
asAdmin := sudo -E -u $(postgres)
92 92
psqlOpts := --set ON_ERROR_STOP=1 --quiet
93 93
psqlAsAdmin := $(asAdmin) psql -U postgres $(psqlOpts)

Also available in: Unified diff