Select/Insert operations with arrays - Mailing list pgsql-sql

From Ravi Mukkamala
Subject Select/Insert operations with arrays
Date
Msg-id Pine.SOL.4.05.9907231551360.4219-100000@oxygen.cs.odu.edu
Whole thread Raw
List pgsql-sql
In earlier versions that we used (Version 6.3), we could not use
the select and insert operations with vectors (or arrays). 
Do the select/insert in the new version support arrays/vectors?

In other words, if I have a C-style array aand just pass a 
pointer and the length, will the select/insert read or write 
the entire vector from/to the database.

I really appreciate your feedback.

Thanks a lot
Ravi M




pgsql-sql by date:

Previous
From: wieck@debis.com (Jan Wieck)
Date:
Subject: Re: [SQL] offtopic: odbc C frontend for linux?
Next
From: Ravi Mukkamala
Date:
Subject: Select/insert with C-type arrays