From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 17:27:56 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B9EC963 for ; Fri, 6 Jun 2014 17:27:56 +0000 (UTC) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ECF7E2A46 for ; Fri, 6 Jun 2014 17:27:55 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id ho1so1396115wib.1 for ; Fri, 06 Jun 2014 10:27:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=einE+HmVbqwacH7Ku+BsYu58IuQ3qqXTlJh3ex82Y+g=; b=L5afUX0rib5Akp1VlLlzAkVPPx/EsukH7lIQFm3EyyynxJsOshvJMZyDh0I8dSfFox +6N8fpNOEMF2jDVg+DT4yZjFrhpGdbWDqM/tmSf1v1gT1eGuTBIa8vMK+DuUrjPCPCCZ IlJPvJ1zzz3WQlRo1ZxLNK/2KR0tpIicM/IUnxRXC40DxaMrq0Kkjnux2V2TDOHYD4br 0GHQPvqGHNezGXA73Uvg0hVLt7dHn/4ZZaDzZ02T9p3NTSLPruhg6nJ4cO9sIBa3tBUT 1kTgTvrJGuQ1CSD4BGdg5xGHjWp3Wy8ooGmLpWHQUn8UmppEP45ZeFtACzKzDNYCKjKK /p5w== MIME-Version: 1.0 X-Received: by 10.180.12.238 with SMTP id b14mr7562666wic.16.1402075674196; Fri, 06 Jun 2014 10:27:54 -0700 (PDT) Received: by 10.216.27.200 with HTTP; Fri, 6 Jun 2014 10:27:54 -0700 (PDT) Date: Fri, 6 Jun 2014 10:27:54 -0700 Message-ID: Subject: pkg: WARNING: locally installed postgresql93-client-9.3.3 conflicts From: Sergei G To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 17:27:56 -0000 I run command sudo pkg install adminer and got a WARNING: pkg: WARNING: locally installed postgresql93-client-9.3.3 conflicts on /usr/local/bin/createdb with: - postgresql92-client-9.2.8_1 Should I ignore it? What impact does it have?