ProgrammingError: ('FATAL','28000','no pg_hba.conf entry for host "85.23.56.232", user
"postgres", database "postgres", SSL off')This is because I haven't setup this computer as a connectable host, I guess. Any idea how to connect to it. I am currently researching the ph_hba.conf file now to see if I can solve it myself.
BR, Jason On 05/24/2012 12:54 AM, pbreit wrote:
It might. Can you try with an empty DB?
On Wednesday, May 23, 2012 10:50:48 AM UTC-7, encompass wrote:
Would having an empty table raise this error?
On 05/23/2012 08:14 PM, pbreit wrote:
> Apparently choking on this line:
>
> elif not line.startswith('TABLE ') or not line[6:] in
> self.tables:
> raise SyntaxError, 'invalid file format'
>
> Does your file look OK when taking this into consideration?
>
> Hard to think linefeeds are the problem but you could try saving
the
> file in the various formats (Unix, Windows, Mac).

