Metadata


Name
pg
Version
1.3.0
Platform
x86-mingw32
Authors
Michael Granger
Lars Kanis
Bindir
bin
Cert chain
-----BEGIN CERTIFICATE----- MIID+DCCAmCgAwIBAgIBBDANBgkqhkiG9w0BAQsFADAiMSAwHgYDVQQDDBdnZWQv REM9RmFlcmllTVVEL0RDPW9yZzAeFw0yMjAxMDcyMzU4MTRaFw0yMzAxMDcyMzU4 MTRaMCIxIDAeBgNVBAMMF2dlZC9EQz1GYWVyaWVNVUQvREM9b3JnMIIBojANBgkq hkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAvyVhkRzvlEs0fe7145BYLfN6njX9ih5H L60U0p0euIurpv84op9CNKF9tx+1WKwyQvQP7qFGuZxkSUuWcP/sFhDXL1lWUuIl M4uHbGCRmOshDrF4dgnBeOvkHr1fIhPlJm5FO+Vew8tSQmlDsosxLUx+VB7DrVFO 5PU2AEbf04GGSrmqADGWXeaslaoRdb1fu/0M5qfPTRn5V39sWD9umuDAF9qqil/x Sl6phTvgBrG8GExHbNZpLARd3xrBYLEFsX7RvBn2UPfgsrtvpdXjsHGfpT3IPN+B vQ66lts4alKC69TE5cuKasWBm+16A4aEe3XdZBRNmtOu/g81gvwA7fkJHKllJuaI dXzdHqq+zbGZVSQ7pRYHYomD0IiDe1DbIouFnPWmagaBnGHwXkDT2bKKP+s2v21m ozilJg4aar2okb/RA6VS87o+d7g6LpDDMMQjH4G9OPnJENLdhu8KnPw/ivSVvQw7 N2I4L/ZOIe2DIVuYH7aLHfjZDQv/mNgpAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYD VR0PBAQDAgSwMB0GA1UdDgQWBBRyjf55EbrHagiRLqt5YAd3yb8k4DANBgkqhkiG 9w0BAQsFAAOCAYEASrm1AbEoxACZ9WXJH3R5axV3U0CA4xaETlL2YT+2nOfVBMQ9 0ZlkPx6j4ghKJgAIi1TMfDM2JyPJsppQh8tiNccDjWc62UZRY/dq26cMqf/lcI+a 6YBuEYvzZfearwVs8tHnXtwYV3WSCoCOQaB+nq2lA1O+nkKNl41WOsVbNama5jx3 8cQtVSEEmZy6jIDJ8c5TmBJ7BQUDEUEWA/A3V42Xyctoj7DvUXWE0lP+X6ypAVSr lFh3TS64D7NTvxkmg7natUoCvobl6kGl4yMaqE4YRTlfuzhpf91TSOntClqrAOsS K1s56WndQj3IoBocdY9mQhDZLtLHofSkymoP8btBlj5SsN24TiF0VMSZlctSCYZg GKyHim/MMlIfGOWsgfioq5jzwmql7W4CDubbb8Lkg70v+hN2E/MnNVAcNE3gyaGc P5YP5BAbNW+gvd3QHRiWTTuhgHrdDnGdXg93N2M5KHn1ug8BtPLQwlcFwEpKnlLn btEP+7EplFuoiMfd -----END CERTIFICATE-----
Date
2022-01-23 00:00:00 UTC
Description
Pg is the Ruby interface to the PostgreSQL RDBMS. It works with PostgreSQL 9.3 and later.
Email
ged@FaerieMUD.org
lars@greiz-reinsdorf.de
Files
.appveyor.yml
.gems
.gemtest
.github/workflows/binary-gems.yml
.github/workflows/source-gem.yml
.gitignore
.hgsigs
.hgtags
.irbrc
.pryrc
.tm_properties
.travis.yml
BSDL
Contributors.rdoc
Gemfile
History.rdoc
LICENSE
Manifest.txt
POSTGRES
README-OS_X.rdoc
README-Windows.rdoc
README.ja.rdoc
README.rdoc
Rakefile
Rakefile.cross
certs/ged.pem
ext/errorcodes.def
ext/errorcodes.rb
ext/errorcodes.txt
ext/extconf.rb
ext/gvl_wrappers.c
ext/gvl_wrappers.h
ext/pg.c
ext/pg.h
ext/pg_binary_decoder.c
ext/pg_binary_encoder.c
ext/pg_coder.c
ext/pg_connection.c
ext/pg_copy_coder.c
ext/pg_errors.c
ext/pg_record_coder.c
ext/pg_result.c
ext/pg_text_decoder.c
ext/pg_text_encoder.c
ext/pg_tuple.c
ext/pg_type_map.c
ext/pg_type_map_all_strings.c
ext/pg_type_map_by_class.c
ext/pg_type_map_by_column.c
ext/pg_type_map_by_mri_type.c
ext/pg_type_map_by_oid.c
ext/pg_type_map_in_ruby.c
ext/pg_util.c
ext/pg_util.h
ext/vc/pg.sln
ext/vc/pg_18/pg.vcproj
ext/vc/pg_19/pg_19.vcproj
lib/2.5/pg_ext.so
lib/2.6/pg_ext.so
lib/2.7/pg_ext.so
lib/3.0/pg_ext.so
lib/3.1/pg_ext.so
lib/pg.rb
lib/pg/basic_type_map_based_on_result.rb
lib/pg/basic_type_map_for_queries.rb
lib/pg/basic_type_map_for_results.rb
lib/pg/basic_type_registry.rb
lib/pg/binary_decoder.rb
lib/pg/coder.rb
lib/pg/connection.rb
lib/pg/constants.rb
lib/pg/exceptions.rb
lib/pg/result.rb
lib/pg/text_decoder.rb
lib/pg/text_encoder.rb
lib/pg/tuple.rb
lib/pg/type_map_by_column.rb
lib/pg/version.rb
lib/x86-mingw32/libpq.dll
misc/openssl-pg-segfault.rb
misc/postgres/History.txt
misc/postgres/Manifest.txt
misc/postgres/README.txt
misc/postgres/Rakefile
misc/postgres/lib/postgres.rb
misc/ruby-pg/History.txt
misc/ruby-pg/Manifest.txt
misc/ruby-pg/README.txt
misc/ruby-pg/Rakefile
misc/ruby-pg/lib/ruby/pg.rb
pg.gemspec
sample/array_insert.rb
sample/async_api.rb
sample/async_copyto.rb
sample/async_mixed.rb
sample/check_conn.rb
sample/copydata.rb
sample/copyfrom.rb
sample/copyto.rb
sample/cursor.rb
sample/disk_usage_report.rb
sample/issue-119.rb
sample/losample.rb
sample/minimal-testcase.rb
sample/notify_wait.rb
sample/pg_statistics.rb
sample/replication_monitor.rb
sample/test_binary_values.rb
sample/wal_shipper.rb
sample/warehouse_partitions.rb
Homepage
https://github.com/ged/ruby-pg
Licenses
BSD-2-Clause
Metadata
{"homepage_uri"=>"https://github.com/ged/ruby-pg", "source_code_uri"=>"https://github.com/ged/ruby-pg", "changelog_uri"=>"https://github.com/ged/ruby-pg/blob/master/History.rdoc", "documentation_uri"=>"http://deveiate.org/code/pg"}
Rdoc options
--main
README.rdoc
Require paths
lib
Required ruby version
>= 2.5, < 3.2.dev
Required rubygems version
>= 0
Rubygems version
3.3.4
Specification version
4
Summary
Pg is the Ruby interface to the PostgreSQL RDBMS
Original platform
x86-mingw32
New platform
x86-mingw32