Basta fazer o dump... 2011/1/20 Reinaldo de Carvalho <[email protected]>
> 2011/1/20 Marcelo Silva <[email protected]>: > > SELECT locktype, mode, relation FROM pg_locks; > ... > > "relation" "AccessShareLock" 2684 > ... > > "virtualxid" "ExclusiveLock" <NULL> > > > > No meu sistema eu não uso bloqueio nenhum, será que esses são bloqueios > > necessarios do proprio banco? > > > > SQLs como 'SELECT FOR UPDATE ...' geram locks. As operações sob > tabelas/linhas em lock ficam em fila, inclusive oriundas do pg_dump, > até o lock ser liberado. > > > -- > Reinaldo de Carvalho > http://korreio.sf.net > http://python-cyrus.sf.net > > "While not fully understand a software, don't try to adapt this > software to the way you work, but rather yourself to the way the > software works" (myself) > _______________________________________________ > pgbr-geral mailing list > [email protected] > https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral > -- Elias Vidal Bezerra Junior Prof. Informática IFTO - Porto Nacional
_______________________________________________ pgbr-geral mailing list [email protected] https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
