| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | Leif Biberg Kristensen <leif(at)solumslekt(dot)org> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: GeSHi module for Postgresql? |
| Date: | 2010-05-03 21:50:55 |
| Message-ID: | 20100503215055.GK2986@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)solumslekt(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Shoaib Mir | 2010-05-04 00:23:01 | Re: Help with tracking! |
| Previous Message | Andre Lopes | 2010-05-03 21:50:06 | Re: Dynamic SQL with pgsql, how to? |