lib/pg/constants.rb



# -*- ruby -*-
# frozen_string_literal: true

require 'pg' unless defined?( PG )


module PG::Constants

	# Most of these are defined in the extension.

end # module PG::Constants