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 autolearn=unavailable autolearn_force=no version=3.4.4 Path: border2.nntp.dca.giganews.com!nntp.giganews.com!goblin3!goblin2!goblin.stu.neva.ru!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Mac OS X Mavericks does not play nice with PostgreSQL 9.3.4 Date: Sun, 23 Mar 2014 22:26:21 +0000 Organization: A noiseless patient Spider Message-ID: References: <97e4ba0b-58a0-453f-8738-2c7de5c5286f@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx05.eternal-september.org; posting-host="22d720de31fa36ffc68ccbe08d1f0c55"; logging-data="13960"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1++4wfuv/LrTpG+JcRNM1gsXiANh7QRSh4=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:K3XBdY4WjAwSmreBZ0BWNv5H384= sha1:ylHJxpcCVwpQrTd0+bsrW1YADsQ= Xref: number.nntp.dca.giganews.com comp.lang.ada:185307 Date: 2014-03-23T22:26:21+00:00 List-Id: ake.ragnar.dahlgren@gmail.com writes: > On my Macbook Air the command gnatcoll_db2ada gives an error message > when trying to create the tables in an empty database: > gnatcoll_db2ada -dbmodel=database_schema.txt -dbhost=localhost > -dbport=5432 -dbname=hello -dbuser=postgres -dbpasswd=asdf -createdb I tried using Postgres.app & Gnatcoll GPL 2013/GCC 4.8.1 (built on ML, running on Mavericks, 10.9.2). > The response is: > [SQL.ERROR] 1/2 Transaction failed: BEGIN PGRES_BAD_RESPONSE > [SQL.ERROR] 2/3 Transaction failed: ROLLBACK PGRES_BAD_RESPONSE Same result (bar the 1/2 and 2/3) whether Postgres was running or not, and whether I used the right port or not. -dbtype=sqlite did create the tables.