Feature in tcl interface gone AWOL

From: Anton de Wet <adw(at)obsidian(dot)co(dot)za>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Feature in tcl interface gone AWOL
Date: 1998-08-30 09:07:10
Message-ID: Pine.LNX.3.96.980830110032.6272A-100000@ra.obsidian.co.za
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


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

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-08-30 13:24:17 Re: [INTERFACES] Feature in tcl interface gone AWOL
Previous Message Frank Morton 1998-08-30 05:29:58 Broken Pipe Repaired