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

2019-07-16 Thread Ian Barwick
On 6/25/19 2:27 AM, Kevin Brannen wrote: From: Tom Lane Brent Bates writes: 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

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

2019-07-16 Thread Ian Barwick
On 6/21/19 12:34 AM, Ian Barwick wrote: On 6/20/19 11:55 PM, Tom Lane wrote: Brent Bates writes:   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 botto

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

2019-06-24 Thread Kevin Brannen
> From: Tom Lane Brent Bates writes: > > 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 ‘includ

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

2019-06-20 Thread Ian Barwick
On 6/20/19 11:55 PM, Tom Lane wrote: Brent Bates writes: 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

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

2019-06-20 Thread Tom Lane
Brent Bates writes: > 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 l

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

2019-06-20 Thread Brent Bates
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_di

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

2019-06-20 Thread p...@cmicdo.com
Does the file have any \015's in it? On Wednesday, June 19, 2019, 7:03:25 PM EDT, Andrew Gierth wrote: > "Rob" == Rob Sargent writes: >>> local  all            all                                    trust Rob> That line has four values and the header has 5. That's standard f

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

2019-06-19 Thread Andrew Gierth
> "Rob" == Rob Sargent writes: >>> local all all trust Rob> That line has four values and the header has 5. That's standard for "local" lines, which lack an ADDRESS field. -- Andrew (irc:RhodiumToad)

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

2019-06-19 Thread Rob Sargent
On 6/19/19 2:49 PM, Tom Lane wrote: Brent Bates writes: I tried putting the pg_hba.conf back to stock defaults and that didn't help any. Here is a snippet of the current file: # TYPE DATABASEUSERADDRESS METHOD # "local" is for Uni

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

2019-06-19 Thread Tom Lane
Brent Bates writes: > I tried putting the pg_hba.conf back to stock defaults and that didn't > help any. Here is a snippet of the current file: > # TYPE DATABASEUSERADDRESS METHOD > # "local" is for Unix domain socket connections only >

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

2019-06-19 Thread Brent Bates
I tried putting the pg_hba.conf back to stock defaults and that didn't help any. Here is a snippet of the current file: # TYPE DATABASEUSERADDRESS METHOD # "local" is for Unix domain socket connections only local all