> > Which brings me to the question - would it be reasonable to > create a > > .DEF file listing which symbols are exported from the > postgres binary > > to addon modules? > > No, I'd not think this is a good idea. Unlike libpq, there's > no clear demarcation of an intended API, and no really good > reason to create one.
That's kind of what I thought. Thanks for the verification. //Magnus ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match