Perl Interface(Pg.pm) -- How to free $result

From: secret <secret(at)kearneydev(dot)com>
To: "'pgsql-interfaces(at)postgreSQL(dot)org'" <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Perl Interface(Pg.pm) -- How to free $result
Date: 1999-03-08 23:24:36
Message-ID: 36E45C34.DF89D400@kearneydev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

After doing a $result = $conn->exec("...") and using the $result how
do I go about freeing the memory it takes up? The documentation said
something about PQfree or somesuch, but then labeled it OLD STYLE ONLY,
so what is the new style?

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ken J. Wright 1999-03-08 23:47:53 PSQLODBC error
Previous Message Ken J. Wright 1999-03-08 23:14:01 PSQLODBC error