Re: [HACKERS] Keywords

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Michael_Meskes(at)topmail(dot)de (Michael Meskes)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Keywords
Date: 1999-02-08 18:15:09
Message-ID: 199902081815.NAA16711@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Could anyone tell me why a term like 'int' is not a keyword?
>
> Also I need a list of postgresql types so I know which ones should be
> accepted by ecpg.

We don't reserve the type names as keywords, and because they can create
their own types, it wouldn't make sense.

>
> Finally I wonder whether we should make all ecpg keywords keywords for the
> backend too. Or else we could end up with queries expressable via psql but
> not via ecpg.

Seems like more work than it's worth, no? Why not have psql queries
that can't be done in ecpg. Most commercial embedded sql's have a more
limited keyword set, don't they?

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

  • Keywords at 1999-02-08 12:59:54 from Michael Meskes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-02-08 18:23:42 Optimizer problems
Previous Message Bruce Momjian 1999-02-08 18:13:15 Re: [HACKERS] v6.4.3 ?