On 3/27/15 3:01 AM, Ravi Kiran wrote:
I have written a C program which reads from 3 files(Each file is table
having 2 columns and thousands of rows).The program is used to join
those 3 tables and the algorithm which I have written will work only for
those 3 files. Now I want to test this program
Hi,
I have written a C program which reads from 3 files(Each file is table
having 2 columns and thousands of rows).The program is used to join those 3
tables and the algorithm which I have written will work only for those 3
files. Now I want to test this program for postgres. Can someone tell me
h