Re: Tcl C API documentation?

Поиск
Список
Период
Сортировка
От Cameron Laird
Тема Re: Tcl C API documentation?
Дата
Msg-id 200111151421.IAA00181@starbase.neosoft.com
обсуждение исходный текст
Список pgsql-hackers
In article <m21yj0d6ju.fsf@kuiper.rlent.pnet>,
Roland Roberts  <roland@rlenter.com> wrote:
>>>>>> "Neil" == Neil Madden <nem00u@cs.nott.ac.uk> writes:
>
>    Neil> If it is a widely available database system, there is a high
>    Neil> likely-hood that there exists a Tcl extension out there
>    Neil> which will do most if not all of what you want. I don't do
>    Neil> much database work, so I can't comment on any particularly
>    Neil> useful extensions.
>
>Actually, it is PostgreSQL and there is a pgtclsh provided.  So my
>exercise is, well, an exercise.  While I can read the man pages on
>each of the calls used, I can't quite put together the rationale for
>*why* things are done the way they are.
>
>libpgtcl.so doesn't use the Tcl object calls, but that's a pretty
>minor thing to change.  It also is not really set up the way I would
>have preferred which is to make is usable via "package require", but
>that's a nit...        .        .        .
I'll say a few words about Postgres (PG).

While Great Bridge's demise might lead some to expect
stagnation for PG, it's far healthier than that.  Look,
for example, at Bruce Momjian's new book.  In any case,
there's a lot of life left in PG.

PG has a history of friendship and co-operation with
Tcl.  Other languages have received more attention
lately.  This is a good time, though, I think, for
those with an interest in pgtclsh to work up patches
to implement the (Tcl) object interface, stubs, and
proper [packag]ing.

While we're on the subject, I'd sure appreciate it if
someone at www.postgresql.org would fix up the hyper-
link anchors with meaningful "ALT ="-s so image-free
browsers can make better use of the site.
-- 

Cameron Laird <Cameron@Lairds.com>
Business:  http://www.Phaseit.net
Personal:  http://starbase.neosoft.com/~claird/home.html


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alex Avriette
Дата:
Сообщение: Re: Super Optimizing Postgres
Следующее
От: Paolo Cassago
Дата:
Сообщение: Btree doesn't work with ">" condition