How to create backup of pgsql database?

Discussion in 'Databases' started by computerzworld, Nov 6, 2007.

  1. #1
    Hi. I want to create backup of pgsql database as sql file. Is it possible without using PHPPgAdmin? If yes then how? plz tell me.
    I am using windows environement.
    Thanks in advance.
     
    computerzworld, Nov 6, 2007 IP
  2. phper

    phper Active Member

    Messages:
    247
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    60
    #2
    You can run pg_dump.exe to do this. It should be under the bin/ directory.
     
    phper, Nov 6, 2007 IP