From: | Neil Dugan <postgres(at)butterflystitches(dot)com(dot)au> |
---|---|
To: | pgsql-ports(at)postgresql(dot)org |
Subject: | applications needed for client port? |
Date: | 2005-01-31 18:26:47 |
Message-ID: | 1107196008.5112.14.camel@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
Hi
I am porting just the front end part of PostgreSQL to the Amiga OS4. I
have managed to get psql to work. I intended to get pg_dump and
pg_dumpall going next. I was wondering what else is needed to enable
the PostgreSQL client to work fully, I am only interested in the front
end (i.e. client) stuff at the moment.
Also I am interested in what would be needed to intergrate (if possible)
the changes I have made into the main CVS of PostgeSQL.
There are some difficultes with this,
1) I can't run the configure script
2) I have created my own 'pg_config.h' file, and make files (2 so far).
3) I had to remove the definitions of the 'struct Node'
and 'struct List' leaving only the typedefs, as these
conflicted with a lot of standard include files.
Another question I have is how much the fronted changes from version to
version?
Regards
Neil
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-02-01 03:45:08 | Re: [Feed-back] Installing PostgreSQL 8.0.0 on SPARC/Solaris. Configure and install issues. |
Previous Message | Rolf Sponsel | 2005-01-31 14:07:53 | [Feed-back] Installing PostgreSQL 8.0.0 on SPARC/Solaris. Configure and install issues |