What's it? "LockRelease:" - Mailing list pgsql-general

From Vitaliy V. Romanets
Subject What's it? "LockRelease:"
Date
Msg-id Pine.LNX.4.10.10101101153310.319-100000@raven.gu.net
Whole thread Raw
Responses Re: What's it? "LockRelease:"  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi All!
Sorry for my english.
I use 6.5.2 and C interface.
When program has been run i've recieved the message:
  NOTICE:  LockRelease: locktable lookup failed, no lock

/*The part of code:*/
PQexec(conn,"declare grh1 cursor for select x1 from test where x1='RRR'");
res10=PQexec(conn,"fetch all in grh1");
PQexec(conn,"close grh1");
/*end_of_part*/

The program runs well without this part.


Thanks in advance

Vitaliy


pgsql-general by date:

Previous
From: William Staniewicz
Date:
Subject: converting .xls to delimited file
Next
From: "rob"
Date:
Subject: Re: trouble with db-restore