~ubuntu-branches/ubuntu/karmic/phppgadmin/karmic

« back to all changes in this revision

Viewing changes to FAQ

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut
  • Date: 2008-12-31 19:32:22 UTC
  • mfrom: (1.3.1 upstream) (8.1.2 sid)
  • mto: (8.1.4 sid)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20081231193222-swr5hb1fie1enl4l
* New upstream release
  - Fixes local file inclusion vulnerability (CVE-2008-5587) (closes: #508026)
* Removed register_globals from debian/apache.conf (closes: #508026)

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
dumps on Windows. How do I get pg_dump.exe on Windows?
139
139
 
140
140
A: To get the pg_dump utilities on Windows, you need to install PostgreSQL 8.0
141
 
   for Windows. It is available for download at
142
 
   http://www.postgresql.org/ftp/win32/ .
 
141
   or higher (we recommend the latest release) for Windows, available for 
 
142
   download from the 
 
143
   <a href="http://www.postgresql.org/ftp/binary/">PostgreSQL ftp site</a>. 
143
144
   Once you have installed that, set the pg_dump and pg_dumpall locations
144
145
   in the config.inc.php file to
145
146
   'C:\\Program Files\\PostgreSQL\\8.0\\bin\\pg_dump.exe' and