general question

From: root <Lonnie_Cumberland(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: general question
Date: 2001-02-20 23:44:28
Message-ID: 3A93015C.B486DA7B@yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello All,

I am new to this mailing list and also to using PostgreSQL also. In the
past, I
was developing with MySQL, but have recently found that it will not do
everything that I need to go.

Being such, I have decided to migrate our application over to
PostgreSQL.

I am particularly interested in the PostgreSQL to extend the command set
as I
think that this will be a good way to write my C++ code so that not all
of the
queries will be running from the webserver, but instead will some of
them be
running on the database server.

SO, my question is this. I there some simple examples of writing some
extension
routines for the PostgreSQL and also I am looking for a way to
automatically
load the register definitions.

I read in the document that after creating the server-side library that
you
next need to register the functions within the server. Is there a way to
have
this done automatically by the server because I do not want to have to
manually
add these in each time.

Best Regards,
Lonnie

Browse pgsql-general by date

  From Date Subject
Next Message root 2001-02-20 23:48:14 postmaster question
Previous Message mg 2001-02-20 23:09:56 Error: 'cache lookup failed' w/trigger