2
0

Implement large object support

This patch implements large object support as described in
http://www.postgresql.org/docs/current/static/largeobjects.html
This commit is contained in:
Jonathan Rudenberg
2015-01-01 21:50:03 -05:00
parent daf2efa313
commit 0176e3ccc0
4 changed files with 378 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@ type Conn struct {
causeOfDeath error
logger Logger
mr msgReader
fp *fastpath
}
type PreparedStatement struct {