From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Louis Subject: How to use postgresql without password/username in source? Date: Tue, 6 Dec 2016 17:47:20 +0300 Message-ID: <20161206144720.GA3147@protected.rcdrun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cEH3d-0005Jq-6V for emacs-orgmode@gnu.org; Tue, 06 Dec 2016 09:49:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cEH3Z-00017B-BG for emacs-orgmode@gnu.org; Tue, 06 Dec 2016 09:49:25 -0500 Received: from stw1.rcdrun.com ([217.170.207.13]:47235) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cEH3Z-0000tL-3C for emacs-orgmode@gnu.org; Tue, 06 Dec 2016 09:49:21 -0500 Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org I was using successfuly Org Mode with Postgresql, with defaults settings for user and password. And I use latest Emacs from git. Now, I cannot execute SQL without specifing the user/password in #BEGIN_SRC What settings would I need to do to avoid that? Jean