Thread: Re: [pgsql-www] 7.4 official docs : Fonts?

Re: [pgsql-www] 7.4 official docs : Fonts?

From
"Dave Page"
Date:

> -----Original Message-----
> From: Josh Berkus [mailto:josh@agliodbs.com]
> Sent: 20 November 2003 17:49
> To: Roberto Mello; Bruce Momjian
> Cc: Michael Glaesemann; pgsql-www@postgresql.org;
> pgsql-docs@postgresql.org
> Subject: Re: [pgsql-www] [DOCS] 7.4 official docs : Fonts?
>
> Yeah.  In Kate (with the PostgreSQL plug-in) I frequently
> wait until I'm done
> writing the procedure to quote it.   What we could really use
> is a postgresql
> function editor with syntax highlighting, perhaps as a bonus
> to pgAdmin or pgAccess.

We have the basics in place in pgAdmin (it handles SQL quite happily).
Just need a suitable lexer for pl/pgsql for use with the Scintilla
Styled Text Control that we use.

Regards, Dave.