[an error occurred while processing this directive]

Как восстановить template0 в PostgreSQL
Восстановление из резервной template1:
   postgres template1
   create database template0 with template template1
   update pg_database set datallowconn = false where datname='template0';
   vacuum full;
   vacuum freeze; 
 
05.04.2005 , Автор: Олег Бартунов , Источник: http://www.sai.msu.su/~megera/oddmu...
Ключи: postgresql, time
Раздел:    Корень / Программисту и web-разработчику / SQL и базы данных / PostgreSQL специфика / Оптимизация и администрирование PostgreSQL

[an error occurred while processing this directive]

[an error occurred while processing this directive]