Tôi đang cố gắng cài đặt và sử dụng trong ubuntu. Đã theo dõi this trang để cài đặt các gói thiết bị bổ sung.không thể tìm thấy adminpack.sql trong postgresql 9.1
Install Server Instrumentation for Postgresql 8.4
To install Server Instrumentation for Postgresql 8.4 you may use the command line and type:
sudo apt-get install postgresql-contrib
Run the adminpack.sql script, simply type:
sudo -u postgres psql < /usr/share/postgresql/8.4/contrib/adminpack.sql
Nhưng tôi không thể tìm thấy adminpack.sql trong phiên bản 9.1.
Câu hỏi thường gặp trong AskUbuntu http://askubuntu.com/questions/184577/postgresql-9-1-adminpack-install –