Syntax of LOCK TABLE ... - Mailing list pgsql-hackers

From David Sauer
Subject Syntax of LOCK TABLE ...
Date
Msg-id m2so8ya4h0.fsf@orfinet.cz
Whole thread Raw
Responses Re: [HACKERS] Syntax of LOCK TABLE ...  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] Syntax of LOCK TABLE ...  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@orfinet.cz (mime compatible)


pgsql-hackers by date:

Previous
From: prlw1@cam.ac.uk (Patrick Welche)
Date:
Subject: Re: [HACKERS] 6.5 cvs: problem with includes in src/interfaces/libpq++/
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Syntax of LOCK TABLE ...