From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.50.33.101 with SMTP id q5mr7488343igi.3.1395737712061; Tue, 25 Mar 2014 01:55:12 -0700 (PDT) X-Received: by 10.140.94.211 with SMTP id g77mr74455qge.5.1395737712031; Tue, 25 Mar 2014 01:55:12 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!ur14no13568004igb.0!news-out.google.com!bw18ni22472qab.1!nntp.google.com!hw13no8436757qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 25 Mar 2014 01:55:11 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=136.163.203.9; posting-account=l8k8IwoAAADeDydswOzwNzmn10qOk9gt NNTP-Posting-Host: 136.163.203.9 References: <97e4ba0b-58a0-453f-8738-2c7de5c5286f@googlegroups.com> <44f22205-00a8-46bf-b0d3-1b070240b8e9@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Mac OS X Mavericks does not play nice with PostgreSQL 9.3.4 From: ake.ragnar.dahlgren@gmail.com Injection-Date: Tue, 25 Mar 2014 08:55:12 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:18965 Date: 2014-03-25T01:55:11-07:00 List-Id: Many thanks Simon! For anyone reading this at comp.lang.ada I would also like to share that us= ing "localhost" worked fine on a Windows XP computer. It was when using it = in Mac OS X that it did not work. Yesterday I followed Alans suggestion to = try out Wmware's Fusion. I did that and installed Debian in a virtual machi= ne, installed gnat by "aptitudu install gnat", installed postgresql using a= ptitude followed by downloading gnatcoll from the Libre AdaCore website, co= mpiling it successfully and then getting the same error "Transaction failed= : BEGIN PGRES_BAD_RESPONSE" when trying to create the tables. When specifyi= ng 127.0.0.1 instead of localhost it was possible to create the tables both= in Debian and Mac OS X. Best regards, =C5ke Ragnar Dahlgren