On Tue, January 3, 2006 20:52, Luis Silva wrote: > > I again :). Sorry, I have one more question. Is it possible to send a > vector > object (or an array of strings...) to a function in pgsql? and if so, > using > libpqxx?
Well, PostgreSQL does support arrays, but libpqxx doesn't help you manage them yet. You can use arrays, but you'll have to dig into the main postgres documentation to figure out how they work, and write code to convert them to/from their string representation. This functionality is to be added to libpqxx at some point, but I for one haven't gotten around to looking into it. Jeroen _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
