libpq interfacing - Mailing list pgsql-php

From arun kv
Subject libpq interfacing
Date
Msg-id Pine.BSO.4.21.0203050936510.18942-100000@library.iisc.ernet.in
Whole thread Raw
Responses Re: libpq interfacing
List pgsql-php
hello,
      i am accessing a postgresql table using libpq interface ( i.e. c
program) i am opening a text file and reading contents and trying to
insert the same to postgresql table. suppose i read some string
like"computer" from file and stored in a variable key. no i want to write
the content of key to table i.e using insert command. if i give insert
into table tbname (aaa,bbb) values ('aaa','key'); it inserts aaa and key
to table which was to be aaa and computer. this is a c program using libpq
tool. can someone help me in executing this.
   thanx
   Arun


pgsql-php by date:

Previous
From: "Papp Gyozo"
Date:
Subject: Re: resource logging to optimize DBMS queries: how match access_log to pg log?
Next
From: "Miguel Carvalho"
Date:
Subject: Re: libpq interfacing