From owner-freebsd-questions@FreeBSD.ORG Sat May 17 15:00:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B2961065670 for ; Sat, 17 May 2008 15:00:42 +0000 (UTC) (envelope-from lists@webtent.net) Received: from tpa-hosting.webtent.net (tpa-hosting.webtent.net [208.38.145.45]) by mx1.freebsd.org (Postfix) with ESMTP id C9FF28FC22 for ; Sat, 17 May 2008 15:00:41 +0000 (UTC) (envelope-from lists@webtent.net) Received: from [166.214.247.22] (mobile-166-214-247-022.mycingular.net [166.214.247.22]) by tpa-hosting.webtent.net (8.13.1/8.13.1) with ESMTP id m4HF0dtK015509 for ; Sat, 17 May 2008 11:00:40 -0400 Message-ID: <482EF316.3060709@webtent.net> Date: Sat, 17 May 2008 11:00:38 -0400 From: Robert Fitzpatrick User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: PostgreSQL debugging X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: robert@webtent.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 15:00:42 -0000 I installed from the ports system postgresql83-server WITH_DEBUG=true and cannot find any of the associated files after install. The pgsql list said the plugin_debugger.so file should be in my lib directory and the script to setup debugging on a db should be in the share directory. I have looked in /usr/local/share/postgresql and /usr/local/lib/postgresql, even tried updating my locate db and using locate to find, but neither file found anywhere. I checked /var/db/ports/postgresql83/options and see the WITH_DEBUG option was set during the build. I built again and cannot even find the README.debugging in the doc directory under the build. What can I do to get debugging support? Thanks, Robert