Postgres 6.5.3 and truncate ...

From: Marten Feldtmann <marten(at)phoenix-edv(dot)netzservice(dot)de>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Postgres 6.5.3 and truncate ...
Date: 2000-10-23 08:09:15
Message-ID: 39F3F22B.8709EC8E@phoenix-edv.netzservice.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Actually I never managed this command to be executed by the
database:

testme=> create table mama (a char(15))
testme-> \g
CREATE
testme=> truncate mama
testme-> \g
ERROR: parser: parse error at or near "truncate"
testme=> select * from mama
testme-> \g
a
-
(0 rows)

testme=> truncate table mama
testme-> \g
ERROR: parser: parse error at or near "truncate"
testme=>

Marten

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2000-10-23 15:55:36 Re: Problem with pgaccess on LinuxPPC
Previous Message Ben Fox 2000-10-22 06:09:55 Problem with pgaccess on LinuxPPC