1# -*- coding: binary -*- 2# "Pure Ruby PostgreSQL interface," also known as "Postgres-PR" is: 3# Copyright (c) 2005, 2008 by Michael Neumann ([email protected]). 4# 5# Postgres-PR is released under the same terms of license as Ruby. 6# 7# The Ruby License is: 8# http://www.ruby-lang.org/en/LICENSE.txt 9# 10 11require 'postgres/postgres-pr/postgres-compat' 12require 'stringio' 13 14 15