Hi, In the pgtclsh shell iam able to connect to the database and exec the
queries what i require, ex inserting, deleting etc.
How can i use the pg_select? . for ex
pg_exec connection "select * from emp"
will get executed , but what will happen to the results of select.
I want the result of the above query to a string. Iam new to this postgres
from suma