3. Alphabetical Listing of all Routines

get_FileStream

Syntax: atom a = fstream(sequence filename, sequence mode)
Description: Function fstream takes a filename and a mode to open it in, opens it using C's fopen function, then returns a pointer to the file stream.
Comments: Written for the PostgreSQL 8.1 wrapper.