[GENERAL] postgresql service stoped

2012-08-08 Thread Fanbin Meng
I installed postgresql-9.1 in windowsXP. The service "postgresql-9.1" stoped and could not start when computer shut down by accident. In task manager, exist one or more "postgres.exe" process. The service "postgresql-9.1" can start after stop all the "postgres.exe" process. Thanks, Fanbin

[GENERAL] Backup database remotely

2012-02-06 Thread Fanbin Meng
I installed the PostgreSql9.0 in windows 7 with "one click installer". How can i backup another PostgreSql server database remotely via an internet connection . I trid "add a connection to a server", but it did not work. Does anyone can help me or give suggestions? Thanks Fanbin

[GENERAL] Link error when use functions of PGtypes

2011-05-13 Thread Fanbin Meng
Hi: I installed PostgreSQL9.0 from EnterpriseDB with“one click installer” in windows 7 & 32bit. and use microsoft visual studio 2010 c++. I added the libpq.lib to the link property of the project, also included the lib folder and path. Successfully compiled .c and .cpp file after transfer .pg