Nikolaos Milas: > On 23/1/2013 2:24 ??, Noel Jones wrote: > > > man postmap the -s and -q options may be of particular interest. > > Thanks Noel, > > It worked fine in the end.
It's almost guaranteed not to work. To prevent multiple writers from corrupting the database, verify(8) maintains an exclusive lock on the database. Your client will hang until verify(8) terminates. Instead you can try to query a copy of the database, or use a client that ignores locks, but neither of these have correctness guarantees. Wietse