Обсуждение: C Postgresql CGI
I am working on web interface libraries for Postgresql. It is restricted to only C, HTML, CGIC, and Libpq. The restrictions is because C and HTML are ISO standardized. We do not see C used anymore for CGI's and it is sad. I believe there should be more options than these higher level languages. I believe that a C based CGI library for Postgresql can give Postgresql an advantage over other databases. I was thinking of constructing this as an open source EBook. I would appreciate your input. Robert Emin
Hi I am getting problem in postgre Sql shared DB installation at the time of compilation " Simbol not define" you have any idea
On Wed, Jul 21, 2010 at 3:09 AM, Ashwa Inc. <mail@ashwa.biz> wrote:
I am working on web interface libraries for Postgresql. It is
restricted to only C, HTML, CGIC, and Libpq. The restrictions is
because C and HTML are ISO standardized. We do not see C used anymore
for CGI's and it is sad. I believe there should be more options than
these higher level languages. I believe that a C based CGI library for
Postgresql can give Postgresql an advantage over other databases. I was
thinking of constructing this as an open source EBook.
I would appreciate your input.
Robert Emin
--
Sent via pgsql-advocacy mailing list (pgsql-advocacy@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-advocacy
On 07/21/2010 05:06 AM, Raveen Vedarshana wrote: > Hi I am getting problem in postgre Sql shared DB installation at the > time of compilation " Simbol not define" you have any idea In order to get a useful answer to your question in the future: 1) Please do not reply to other people's posts with a completely different question. 2) pgsql-advocacy is not the right mailing list for your question, pgsql-novice would be the appropriate list. 3) In order to figure out what went wrong, can you please paste the full messages from "make"? As well as the operating system, version, gcc version, and which version of PostgreSQL you're trying to compile? Also, if you need help in a language other than English, we have several language-specific mailing lists. -- -- Josh Berkus PostgreSQL Experts Inc. http://www.pgexperts.com
"Ashwa Inc." <mail@ashwa.biz> writes: > I am working on web interface libraries for Postgresql. It is > restricted to only C, HTML, CGIC, and Libpq. The restrictions is > because C and HTML are ISO standardized. We do not see C used anymore > for CGI's and it is sad. I believe there should be more options than > these higher level languages. I believe that a C based CGI library for > Postgresql can give Postgresql an advantage over other databases. I was > thinking of constructing this as an open source EBook. > I would appreciate your input. What about apache mod-libpq ? http://asmith.id.au/mod_libpq.html Regards, -- dim