On 7/18/05, FM <dist-list@lexum.umontreal.ca> wrote:
> Hello,
> Is it possible to backup postgresql databases without locking tables.
You mean, like:
http://www.postgresql.org/docs/current/static/backup-online.html
Or do you need a "dump" of database (then use pg_dumpall).
Regards,
Dawid