RE: [EXT EMAIL] Re: First Time Starting Up PostgreSQL and Having Problems

From: Brent Bates <BBates(at)langleyfcu(dot)org>
To: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: RE: [EXT EMAIL] Re: First Time Starting Up PostgreSQL and Having Problems
Date: 2019-06-20 14:43:04
Message-ID: CY4PR1301MB2200049B776A33C559EBA2AFA9E40@CY4PR1301MB2200.namprd13.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I found the problem. I cleared everything out and started from scratch, then slowly added my changes back to the configuration files. The problem was in the postgresql.conf. At the bottom of the file I had uncommented all the ‘include’ lines, so they looked like this:

include_dir = '' # include files ending in '.conf' from
# a directory, e.g., 'conf.d'
include_if_exists = '' # include file only if it exists
include = '' # include file

The first one is what caused all the headaches. I recommented out these lines and everything works now. Thanks for all the quick suggestions.

Brent L. Bates - UNIX System Administrator - Langley Federal Credit Union
Phone: (757) 848-5443, Mobile: (757) 419-0295

COMMUNICATION CONFIDENTIALITY: All information in this communication, including attachments, is strictly confidential and intended solely for delivery to and authorized use by the addressee(s) identified above, and may contain privileged, confidential, proprietary and/or secret information entitled to protection and/or exempt from disclosure under applicable law. If you are not the intended recipient, please destroy or delete this communication and any/all attached documents as the possession, distribution and/or copying of this communication is unauthorized and may be unlawful. If you have received this communication in error, please remove it in its entirety from your computer and notify the sender.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2019-06-20 14:49:20 Re: Problem with row-level lock
Previous Message Adrian Klaver 2019-06-20 14:38:04 Re: Inserts restricted to a trigger