Re: Emacs and postgres

From: Greg Stark <gsstark(at)mit(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Emacs and postgres
Date: 2005-02-24 04:37:28
Message-ID: 87braatvxz.fsf@stark.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sean Davis <sdavis2(at)mail(dot)nih(dot)gov> writes:

> This is a bit off-topic....
>
> Does anyone know of an interface between emacs and psql? I currently use it as
> my default editor and do my share of save and then \i. I just gave pgEdit a
> try and liked many aspects of it, but I still like Emacs as an editor and
> wondered if anyone else has tricks/plugins for emacs users.

You could just set EDITOR to emacsclient and run M-x server-start and use \e.

Personally I just use psql directly under something like shell-mode. That
doesn't give me completion but it gives me a history and editing.

--
greg

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jason Earl 2005-02-24 05:16:15 Re: Help with tools...
Previous Message Lonni J Friedman 2005-02-24 01:10:47 Re: multiple runs of the same query cause out of memory - WAS [Re: capturing/viewing sort_mem utilization on a per query basis]