Opened 13 years ago

Closed 13 years ago

#30795 closed defect (invalid)

Missing content in PostgreSQL config files

Reported by: conradwt (Conrad Taylor) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.1
Keywords: lion Cc: mww@…, jyrkiwahlstedt
Port: postgresql90-server

Description

The content in the below two PostgreSQL files is missing:

/opt/local/var/db/postgresql90/defaultdb/pg_hba.conf
/opt/local/var/db/postgresql90/defaultdb/postgresql.conf

I'm not sure if these are the correct files to reference but this is all I could find on Mac OS 10.7. Thus, the content or the files are missing in this case.

Change History (2)

comment:1 Changed 13 years ago by conradwt (Conrad Taylor)

I stand corrected. The files needs to be accessed by one of the following methods:

sudo [emacs|vi] /opt/local/var/db/postgresql90/defaultdb/postgresql.conf

or

$ sudo su - postgres
$ [vi|emacs] postgresql.conf

It's just an issue with Textmate and I'll keep this in mind going forward when editing system files.

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.