Обсуждение: Feature in tcl interface gone AWOL

Поиск
Список
Период
Сортировка

Feature in tcl interface gone AWOL

От
Anton de Wet
Дата:
Hi I've been using postgres for some time (since 1.00 in fact) to write an
accounting system with a tcl front-end.

I recently upgraded from 6.3 to 6.3.2 and found one tiny feature of the
interface (that I use quite a bit) has gone missing.

One used to be able to use -assignbyidx with an optional string that gets
appended to the names of the array keys, i.e.:

 -assignbyidx arrayName ?appendstr?

and this has changed to:

 -assignbyidx arrayName

no optional argument possible.

I've taken the code from 6.3 and patched it into 6.3.2 for the pgtclCmds.c
file.

Where can I send the patch?

Anton






"We must be the change we wish to see in the world."--Gandhi


Re: [INTERFACES] Feature in tcl interface gone AWOL

От
"Thomas G. Lockhart"
Дата:
> Where can I send the patch?

Post directly on the patches mailing list (patches@postgresql.org works,
though I think there is a slightly different official name), and post a
message without the patch on the interfaces list.

If you can send it in very soon, it will certainly be included in the
upcoming v6.4 release :)

                       - Tom