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: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newspeer1.nac.net!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: Tue, 25 Mar 2014 08:39:58 +0000 Organization: A noiseless patient Spider Message-ID: References: <97e4ba0b-58a0-453f-8738-2c7de5c5286f@googlegroups.com> <44f22205-00a8-46bf-b0d3-1b070240b8e9@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx05.eternal-september.org; posting-host="22d720de31fa36ffc68ccbe08d1f0c55"; logging-data="3333"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+HYVzKqo2ABtrrXmy+sVljj3aWp3u0psU=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:wsShNYpsWhTDbZWtn5z2HUUXpvw= sha1:6eCccdlo+H+cu+9IwNsvm0PO49Y= X-Original-Bytes: 1887 Xref: number.nntp.dca.giganews.com comp.lang.ada:185336 Date: 2014-03-25T08:39:58+00:00 List-Id: ake.ragnar.dahlgren@gmail.com writes: > Thanks for verifying Simon. May I ask you how you enabled tracing? I > have tried to do that by creating a file .gnatdebug only containing a > plus sign "+" in the directory where the database_schema.txt file > resided. It did not avail me and gnatcoll_db2ada was silent. I was > successfull though with GPS when I put the .gnatdebug file in the same > directory as the gpr-file; GPS started writing a lot of debug > information to standard out. I found the info about it on AdaCore's site[1]. My .gnatdebug says + >&2 SQL.ERROR SQL.SELECT SQL.CACHE SQL.PERF SQL (I found out what to say from gnatcoll-sql-exec.adb). [1] http://docs.adacore.com/gnatcoll-docs/traces.html