X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (neptune.hub.org [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 9B9E2D1D5AF; Fri, 21 Nov 2003 12:10:45 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 61370-03; Fri, 21 Nov 2003 08:10:17 -0400 (AST) Received: from anchor-post-37.mail.demon.net (anchor-post-37.mail.demon.net [194.217.242.87]) by svr1.postgresql.org (Postfix) with ESMTP id 62539D1B53B; Fri, 21 Nov 2003 08:10:14 -0400 (AST) Received: from mailgate.vale-housing.co.uk ([80.176.1.146] helo=salem.vale-housing.co.uk) by anchor-post-37.mail.demon.net with esmtp (Exim 3.35 #1) id 1ANA76-000K1l-0b; Fri, 21 Nov 2003 12:10:16 +0000 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Subject: Re: [DOCS] 7.4 official docs : Fonts? Date: Fri, 21 Nov 2003 12:10:16 -0000 Message-ID: <03AF4E498C591348A42FC93DEA9661B8720054@mail.vale-housing.co.uk> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] [DOCS] 7.4 official docs : Fonts? thread-index: AcOvjsZQo2Tp6Xy7ScuODltAdaTCUAAmWsOg From: "Dave Page" To: "Josh Berkus" , "Roberto Mello" , "Bruce Momjian" Cc: "Michael Glaesemann" , , X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200311/364 X-Sequence-Number: 3011 =20 > -----Original Message----- > From: Josh Berkus [mailto:josh@agliodbs.com]=20 > Sent: 20 November 2003 17:49 > To: Roberto Mello; Bruce Momjian > Cc: Michael Glaesemann; pgsql-www@postgresql.org;=20 > pgsql-docs@postgresql.org > Subject: Re: [pgsql-www] [DOCS] 7.4 official docs : Fonts? >=20 > Yeah. In Kate (with the PostgreSQL plug-in) I frequently=20 > wait until I'm done=20 > writing the procedure to quote it. What we could really use=20 > is a postgresql=20 > function editor with syntax highlighting, perhaps as a bonus=20 > 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.