Re: GeSHi module for Postgresql? - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: GeSHi module for Postgresql?
Date
Msg-id 20100503215055.GK2986@alvh.no-ip.org
Whole thread Raw
In response to Re: GeSHi module for Postgresql?  (Leif Biberg Kristensen <leif@solumslekt.org>)
Responses Re: GeSHi module for Postgresql?  (Leif Biberg Kristensen <leif@solumslekt.org>)
List pgsql-general
Leif Biberg Kristensen wrote:
> On Monday 3. May 2010 23.05.54 Richard Broersma wrote:
> > On Mon, May 3, 2010 at 1:49 PM, Leif Biberg Kristensen
> > <leif@solumslekt.org> wrote:
> > > I
> > > wonder if there' s a compiled list somewhere of just the PostgreSQL
> keywords
> > > and function names. That would be of great help.
> >
> > These are what I know of:
>
> Richard, thank you.
>
> > http://www.postgresql.org/docs/9.0/static/sql-keywords-appendix.html
>
> That list is a table with descriptions etc, but I can extraxt the keywords
> with a little Perl magic.

Why wouldn't you simply ask Postgres?

select * from pg_get_keywords();

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-general by date:

Previous
From: Andre Lopes
Date:
Subject: Re: Dynamic SQL with pgsql, how to?
Next
From: Shoaib Mir
Date:
Subject: Re: Help with tracking!