Syntax of LOCK TABLE ...

From: David Sauer <davids(at)orfinet(dot)cz>
To: pgsql-hackers(at)hub(dot)org
Subject: Syntax of LOCK TABLE ...
Date: 1999-05-15 12:43:07
Message-ID: m2so8ya4h0.fsf@orfinet.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

I'am trying CVS snapshor of postgres and on web page (new features of
postgres 6.5) is:

[...]
New LOCK TABLE IN ... MODE(Vadim)
[...]

I'am using similar statement on Oracle. But postgres doesn't accept
keyword 'IN'.

Example:

=> lock table t row share mode;
LOCK TABLE
... this works

but:

=> lock table t IN row share mode;
ERROR: parser: parse error at or near "in"
.... but this not

It is mistake in grammar, or is there all OK ?

thanks,

David

--
* David Sauer, student of Czech Technical University
* electronic mail: davids(at)orfinet(dot)cz (mime compatible)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-05-15 18:26:18 Re: [HACKERS] Syntax of LOCK TABLE ...
Previous Message Patrick Welche 1999-05-15 11:47:43 Re: [HACKERS] 6.5 cvs: problem with includes in src/interfaces/libpq++/