On Sunday 23 Feb 2003 7:40 pm, Sridhar M.A. wrote: > Hello all, > > I have started to learn postgresql. I am now able to create a database, > connect to it, create tables, populate them, etc. > > I would like to know how does an ordinary user take a backup of his > database? I found that on my debian machine, the data is stored in > /var/lib/postgres/data/base/16558. Of course, all of them are binary > files and I did a strings * | grep to find out which directory contained > my keywords.
man pg_dump. and never play with postgresql data directory.. Shridhar ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
