From: "Andrew O'Callaghan"<androc(at)chariot(dot)net(dot)au>
To: pgsql-interfaces(at)postgresql(dot)org
Subject:
Date: 1999-09-08 02:25:22
Message-ID: 37d5c912.1673.0@chariot.net.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi!
I am new to postgresql, and am trying to create an interface to the database
so that I can insert records into a table from, say, a Tcl/Tk GUI. I am having
trouble finding any examples where this has been done. Most interface examples
are for extracting data from the database, ie. queries, but not for inserting
it into the database.

I found some docco about the copy command for bulk transactions, as well as
the large-object interface using pgtcl, but am not sure if this is the right
mechanism, since the amount of data I will be inserting is not great, or in
bulk.

Any help would be appreciated, or a pointer in the right direction of some more
docco.

regards,
Andrew O'Callaghan

Browse pgsql-interfaces by date

  From Date Subject
Next Message Rusty Brooks 1999-09-08 04:21:26 Re: [INTERFACES] Message-id: <37d5c912.1673.0@chariot.net.au>
Previous Message Gene Selkov, Jr. 1999-09-08 01:39:07 Re: [INTERFACES] documentation for ssh tunnelling of connections?