New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #30795 (closed defect: invalid)

Opened 22 months ago

Last modified 22 months ago

Missing content in PostgreSQL config files

Reported by: conradwt@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.1
Keywords: lion Cc: mww@…, jwa@…
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

comment:1 Changed 22 months ago by conradwt@…

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 22 months ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to invalid
Note: See TracTickets for help on using tickets.