Re: [HACKERS] How to embed postgresql?

2009-06-15 Thread dror
. Regards Dror From: dro...@hotmail.com To: sua...@gmail.com; pgsql-hackers@postgresql.org Subject: Re: [HACKERS] How to embed postgresql? Date: Tue, 16 Jun 2009 05:56:09 + If you are working with Java, it is better for you to check "H2 database", we also have Java application

Re: [HACKERS] How to embed postgresql?

2009-06-15 Thread dror
If you are working with Java, it is better for you to check "H2 database", we also have Java application and until recently we worked with Postgres, few month ago we replaced it with H2. Regards Dror Date: Tue, 16 Jun 2009 12:13:38 +0800 Subject: [HACKERS] How to embed postgr

Re: [HACKERS] Bug with initDB under windows 2003

2006-08-21 Thread dror
nd suggest the workaround device, Or Changing the initDB code that it should test the nul device permission before forwarding output to there Or Fix the code as I suggested (but unfortunately rejected by Tom).   Regards Dror > Subject: RE: [HACKERS] Bug with initDB under windows 2003> Date:

Re: [HACKERS] Bug with initDB under windows 2003

2006-08-20 Thread dror
vilege privilege for the Postgres user. Regards Dror; > Subject: Re: [HACKERS] Bug with initDB under windows 2003> Date: Fri, 18 Aug 2006 14:33:58 +0200> From: [EMAIL PROTECTED]> To: [EMAIL PROTECTED]; kleptog@svana.org; [EMAIL PROTECTED]> CC: pgsql-hackers@postgresql.org> &g

Re: [HACKERS] [PATCHES] [Patch] - Fix for bug #2558, InitDB failed

2006-08-15 Thread dror
t  without redirection at all, (actually no redirection is needed in this case , you can always run the process in silent mode).   The interesting question that didn't get any answer yet is: Why EnterpriseDB (which is based on postgress) find it important to change the redirection?Regards Dror,

Re: [HACKERS] [PATCHES] [Patch] - Fix for bug #2558, InitDB failed

2006-08-15 Thread dror
ssion to the postgres user), if a commercial DB, as EnterpriseDB, choose this solution (Log file) I don't see any reason why not to do the same.   Does anyone know why EnterpriseDB changed the nul redirection?   Regards Dror   > Date: Tue, 15 Aug 2006 11:37:30 +0200> From: [EMAIL PROTEC

Re: [HACKERS] Bug with initDB under windows 2003

2006-08-03 Thread dror
Hi James,   I just wanted to inform you all that I solve the issue, it was indeed the nul device as James and Martijn mention. I have change the source to redirect the output to a log file, to which I gave permission to the "postgres" user. The file (currently) is created at the temp folder. This

[HACKERS] Bug with initDB under windows 2003

2006-08-02 Thread dror bar
Hi All,   On some windows 2003 machines the initDB process failed with the following error:   Running in debug mode.The files belonging to this database system will be owned by user "V_MYUSER".This user must also own the server process.   The database cluster will be initialized with locale Engl