On Mon, Apr 19, 2010 at 06:34:37AM +0200, Petr Jake?? wrote:
> I do not want anybody to find, how many rows were
> inserted in the past in to the table.*

   At what level do you want to forbid to run SELECT COUNT(*)? if a user
can connect to the DB and run queries on the table [s]he can run the query
directly, right?

> *I just wonder if there is a way to (re)set generators to the initial value
> (1).

   In general, there is no way. The only way to reset a generator is to
create a new generator.

Oleg.
-- 
     Oleg Broytman            http://phd.pp.ru/            p...@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to