creatng a new interface to postgresql, how do I update a field with a particular oid? - Mailing list pgsql-interfaces

From Mark Nielsen
Subject creatng a new interface to postgresql, how do I update a field with a particular oid?
Date
Msg-id 199808030152.VAA24510@www.tcu-inc.com
Whole thread Raw
List pgsql-interfaces
Hello!

I think this might be a better place to post messages than the hackers
mailing list. I didn't catch this one the first time.

Anyways, I don't know if a web version currently exists, but I have gotten
a web interface to at least be able to view data from tables. Now I want
to update data.

If people are interested in what I am doing and would like to help out,
I am using ePerl, apache, and Javascript and you can e-mail me at
psql@tcu-inc.com

Anyways, my question is, I want to update specific rows according to their
oids. Oh, I am also using the perl module Pg. I can find out the oid of
the data retrieved, but I want to update data according to their oid.

Is there any easy way to do this using the moduel Pg or a select
statement? I couldn't find anything with the select statement and was
hoping Pg had something in it, but I couldn't find anything in it as well.

Thanks!

Mark

pgsql-interfaces by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: libpq on Windows (was [INTERFACES] psqlodbc)
Next
From: Mark Nielsen
Date:
Subject: nevermind, I hate it when I find an answer out within 5 minutes of posting a question