(no subject)

From: Unixprgrmr(at)aol(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: (no subject)
Date: 2002-09-27 01:17:23
Message-ID: 11a.177bff97.2ac543e3@aol.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Unixprgrmr 2002-09-27 01:19:32 (no subject)
Previous Message Unixprgrmr 2002-09-27 01:11:43 Fwd: ERRONIOUS .cpg parsing