[dev] fixing postgresql sdbc connector

2011-07-21 Thread Jan
Hello,

the postgresql SDBC Driver 0.7.6b doesn't allow me to edit tables. Other
versions and connection methods don't work properly for one-to-many
relationships in forms.

So I would like to fix the edit table problem. What is the most
painless method to do it? Here is what I have:

- OOO330.hg, configured, bootstrapped, nothing built yet
- no trace of postgresql code in these sources
- a slow machine (Celeron 1.87 GHz)
- a slow internet connection (max. download 14 kilobyte/s)

The build instructions on
http://dba.openoffice.org/drivers/postgresql/index.html
seem totally outdated since they use cvs, not hg.

The build instructions on 
http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Linux
are not very helpful for a newby that doesn't want to do a complete
build.

Do I have any chance of getting somewhere?

Thanks,
Jan


-- 
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help


[dev] Re: fixing postgresql sdbc connector

2011-07-21 Thread Rene Engelhard
On Thu, Jul 21, 2011 at 02:40:30PM +0430, Jan wrote:
 The build instructions on
 http://dba.openoffice.org/drivers/postgresql/index.html
 seem totally outdated since they use cvs, not hg.

Yeah, because that driver *is* in cvs, not in hg. Separate project
etc, never merged into the official code. You need to get
that stuff and add it to your hg tree.

http://cgit.freedesktop.org/libreoffice/build/tree/patches/postgresql
contains patches you can add on top of your hg and do stuff(tm). (Icreated
those patches and used them until discovering that bug after which it was
disabled - see http://bugs.debian.org/620100)

Grüße/Regards,

René
-- 
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help