[BUGS] BUG #4586: Supporting of Binary instead Bytea for Primary Keys

2008-12-17 Thread Miroslav Nachev
The following bug has been logged online: Bug reference: 4586 Logged by: Miroslav Nachev Email address: m...@space-comm.com PostgreSQL version: 8.3 Operating system: Windows Description:Supporting of Binary instead Bytea for Primary Keys Details: Most of the

Re: [BUGS] BUG #4586: Supporting of Binary instead Bytea for Primary Keys

2008-12-17 Thread Miroslav Nachev
. Miro. On Wed, Dec 17, 2008 at 11:19 AM, Heikki Linnakangas < heikki.linnakan...@enterprisedb.com> wrote: > (please keep the mailing list cc'd. (or take this to a more relevant list, > actually)). > > Miroslav Nachev wrote: > >> Thank you very much. How can I map

Re: [BUGS] BUG #4586: Supporting of Binary instead Bytea for Primary Keys

2008-12-17 Thread Miroslav Nachev
is very slow column type because instead to keep the data this column keeps pointer to the data. Miro. On Wed, Dec 17, 2008 at 10:17 AM, Heikki Linnakangas < heikki.linnakan...@enterprisedb.com> wrote: > Miroslav Nachev wrote: > >> Most of the popular databases (Oracle,

Re: [BUGS] BUG #4586: Supporting of Binary instead Bytea for Primary Keys

2008-12-18 Thread Miroslav Nachev
Hi, What if I convert to/from byte array with (see the attached java number utility class): NumberUtils.toByteArray(UUID uuid) NumberUtils.toUUID(byte[] value) Miro. Miroslav Nachev wrote: Yes, you are right. With the correct code: public static void main(String[] args

Re: [BUGS] BUG #4586: Supporting of Binary instead Bytea for Primary Keys

2008-12-18 Thread Miroslav Nachev
test.Main.main(Main.java:25) Miro. Kris Jurka wrote: Miroslav Nachev wrote: I try to use it but I have the following exception: java.lang.IllegalArgumentException: Unknown entity: java.util.UUID at org.hibernate.ejb.AbstractEntityManagerImpl.persist(AbstractEntityManagerImpl.java:2

Re: [BUGS] BUG #4586: Supporting of Binary instead Bytea for Primary Keys

2008-12-18 Thread Miroslav Nachev
Hi, This is very good. Can you give me some idea how to use that feature together with Hibernate JPA? Is there some special annotation or ? Regards, Miro. Kris Jurka wrote: On Wed, 17 Dec 2008, Miroslav Nachev wrote: Thank you very much. How can I map PostgreSQL UUID to JPA Hibernate

[BUGS] BUG #3981: Can not Install PostgreSQL - error at the end of installation

2008-02-22 Thread Miroslav Nachev
The following bug has been logged online: Bug reference: 3981 Logged by: Miroslav Nachev Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3, 8.2 Operating system: Windows Vista Ultimate Description:Can not Install PostgreSQL - error at the end of installation

[BUGS] BUG #3980: Can not Install PostgreSQL - error at the end of installation

2008-02-22 Thread Miroslav Nachev
The following bug has been logged online: Bug reference: 3980 Logged by: Miroslav Nachev Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3, 8.2 Operating system: Windows Vista Ultimate Description:Can not Install PostgreSQL - error at the end of installation

Re: [BUGS] BUG #3980: Can not Install PostgreSQL - error at the end of installation

2008-02-22 Thread Miroslav Nachev
The same bad result. Miro. Dave Page wrote: On Fri, Feb 22, 2008 at 9:01 AM, Miroslav Nachev <[EMAIL PROTECTED]> wrote: The following bug has been logged online: Bug reference: 3980 Logged by: Miroslav Nachev Email address: [EMAIL PROTECTED] Post

Re: [BUGS] BUG #3980: Can not Install PostgreSQL - error at the end of installation

2008-02-22 Thread Miroslav Nachev
I try with Administrator account. Then with PostgreSQL account which has Administrators access, then I add Administrators access to my my own account. All time the same result. Miro. Dave Page wrote: On Fri, Feb 22, 2008 at 4:27 PM, Miroslav Nachev <[EMAIL PROTECTED]>

Re: [BUGS] BUG #3981: Can not Install PostgreSQL - error at the end of installation

2008-02-22 Thread Miroslav Nachev
Is there any script for manually initializing or installing. Something like BAT file? If BAT file works this is better than GUI Setup which doesn't works. Miro. Matthias Mohr wrote: Hi Miroslav, I try many times to install PostgreSQL 8.3 and older versions on my new mobile computer Acer AS

Re: [BUGS] BUG #3980: Can not Install PostgreSQL - error at the end of installation

2008-02-25 Thread Miroslav Nachev
Can you send me a script (BAT/CMD) file? Or another installations where more detail log is available? Miro. Dave Page wrote: On Sun, Feb 24, 2008 at 12:11 PM, Miroslav Nachev <[EMAIL PROTECTED]> wrote: Hi Dave, Please find the attached files - log in ZIP format a

Re: [BUGS] BUG #3980: Can not Install PostgreSQL - error at the end of installation

2008-02-25 Thread Miroslav Nachev
To get up and running though, you should be able to install with initdb disabled and then run it manually from the commandline. How to do the above? Miro. Dave Page wrote: On Mon, Feb 25, 2008 at 2:48 PM, Miroslav Nachev <[EMAIL PROTECTED]> wrote: Can you sen

Re: [BUGS] BUG #3980: Can not Install PostgreSQL - error at the end of installation

2008-02-25 Thread Miroslav Nachev
tgres.lib    2 File(s)  4 754 794 bytes    0 Dir(s)  110 786 924 544 bytes free Miro. Dave Page wrote: On Mon, Feb 25, 2008 at 3:39 PM, Miroslav Nachev <[EMAIL PROTECTED]> wrote: To get up and running though, you should be able to install with

Re: [BUGS] BUG #3980: Can not Install PostgreSQL - error at the end of installation

2008-02-25 Thread Miroslav Nachev
For the current case is used user "miro" with administrator rights. You suggest me to remove administrator rights? Miro. Dave Page wrote: On Mon, Feb 25, 2008 at 4:56 PM, Miroslav Nachev <[EMAIL PROTECTED]> wrote: I can not start that command because:

Re: [BUGS] BUG #3980: Can not Install PostgreSQL - error at the end of installation

2008-02-25 Thread Miroslav Nachev
Hi, When I see the error I suppose that the kind of the problem is space in the path: "C:\Program Files\PostgreSQL\8.3\bin". Then I use another program path without space and the installation is successful. I mean the regular installation, not patched. Regards, Miro. Miroslav Na

Re: [BUGS] BUG #3980: Can not Install PostgreSQL - error at the end of installation

2008-02-25 Thread Miroslav Nachev
Yes, this is curious for me also. Miro. On 2/25/08, Dave Page <[EMAIL PROTECTED]> wrote: > > 2008/2/25 Miroslav Nachev <[EMAIL PROTECTED]>: > > > > > Hi, > > > > When I see the error I suppose that the kind of the problem is space in > the >