From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Unixprgrmr(at)aol(dot)com |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: (no subject) |
Date: | 2002-09-29 05:32:08 |
Message-ID: | 200209290532.g8T5W8f03871@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
My guess is that this is fixed in 7.2.X or 7.3. The current code looks
fine.
---------------------------------------------------------------------------
Unixprgrmr(at)aol(dot)com wrote:
> I am running postgres 7.1.3.
>
>
> I discovered and can easily repeat:
>
> EXEC SQL TRUNCATE TABLE foo;
>
> being translated to:
>
> EXEC SQL DROP TABLE foo;
>
> in the cpg preprocessor!!!
> Is there a valid reason for this? OR is this a COCK-ROACH????
>
> Thanks for your help!
> Lynn
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Doug McNaught | 2002-09-29 16:38:59 | Re: Problem mit PostgreSQL |
Previous Message | Tom Lane | 2002-09-29 04:35:53 | Re: [SQL] CURRENT_TIMESTAMP |