On Tue, Aug 31, 2004 at 08:42:44AM -0300, Martin Marques wrote:
> Does anyone know of a .el file that can be used with Emacs to get colored
> coding when working with PL/pgSQL?
>
Emacs 21.3 (and possibly earlier versions) comes with an SQL mode
which I know has a PostgreSQL keyword highlighting option in the
menu. Just just need:
Meta-x sql-mode
Meta-x global-font-lock-mode
(and possibly select the postgres option in the highlighting bit of
the SQL menu that appears if you are using X)
I hope that helps,
Stephen Quinney