annotate demo/buffer.urs @ 1992:7075acda4456

Parse new bytea output format from Postgres 9.x
author Adam Chlipala <adam@chlipala.net>
date Tue, 25 Feb 2014 16:34:04 -0500
parents 755a71c99be5
children
rev   line source
adamc@697 1 type t
adamc@697 2
adamc@697 3 val create : transaction t
adamc@697 4 val render : t -> signal xbody
adamc@697 5 val write : t -> string -> transaction unit