-
Name
-
pg
-
Version
-
1.6.2
-
Platform
-
ruby
-
Authors
-
Michael Granger
Lars Kanis
-
Bindir
-
bin
-
Cert chain
-
-----BEGIN CERTIFICATE-----
MIIEBDCCAmygAwIBAgIBAzANBgkqhkiG9w0BAQsFADAoMSYwJAYDVQQDDB1sYXJz
L0RDPWdyZWl6LXJlaW5zZG9yZi9EQz1kZTAeFw0yNDEyMjkxOTU2NTZaFw0yNTEy
MjkxOTU2NTZaMCgxJjAkBgNVBAMMHWxhcnMvREM9Z3JlaXotcmVpbnNkb3JmL0RD
PWRlMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAwum6Y1KznfpzXOT/
mZgJTBbxZuuZF49Fq3K0WA67YBzNlDv95qzSp7V/7Ek3NCcnT7G+2kSuhNo1FhdN
eSDO/moYebZNAcu3iqLsuzuULXPLuoU0GsMnVMqV9DZPh7cQHE5EBZ7hlzDBK7k/
8nBMvR0mHo77kIkapHc26UzVq/G0nKLfDsIHXVylto3PjzOumjG6GhmFN4r3cP6e
SDfl1FSeRYVpt4kmQULz/zdSaOH3AjAq7PM2Z91iGwQvoUXMANH2v89OWjQO/NHe
JMNDFsmHK/6Ji4Kk48Z3TyscHQnipAID5GhS1oD21/WePdj7GhmbF5gBzkV5uepd
eJQPgWGwrQW/Z2oPjRuJrRofzWfrMWqbOahj9uth6WSxhNexUtbjk6P8emmXOJi5
chQPnWX+N3Gj+jjYxqTFdwT7Mj3pv1VHa+aNUbqSPpvJeDyxRIuo9hvzDaBHb/Cg
9qRVcm8a96n4t7y2lrX1oookY6bkBaxWOMtWlqIprq8JZXM9AgMBAAGjOTA3MAkG
A1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQ4h1tIyvdUWtMI739xMzTR
7EfMFzANBgkqhkiG9w0BAQsFAAOCAYEAoZZWzNV2XXaoSmvyamSSN+Wt/Ia+DNrU
2pc3kMEqykH6l1WiVPszr6HavQ//2I2UcSRSS5AGDdiSXcfyFmHtMBdtJHhTPcn7
4DLliB0szpvwG+ltGD8PI8eWkLaTQeFzs+0QCTavgKV+Zw56Q0J5zZvHHUMrLkUD
qhwKjdTdkrRTn9Sqi0BrIRRZGTUDdrt8qoWm35aES5arKZzytgrRD/kXfFW2LCg0
FzgTKibR4/3g8ph94kQLg/D2SMlVPkQ3ECi036mZxDC2n8V6u3rDkG5923wmrRZB
J6cqz475Q8HYORQCB68OPzkWMfC7mBo3vpSsIqRoNs1FE4FJu4FGwZG8fBSrDC4H
bZe+GtyS3e2SMjgT65zp35gLO9I7MquzYN9P6V2u1iBpTycchk5z9R1ghxzZSBT8
DrkJ9tVlPQtJB0LqT0tvBap4upnwT1xYq721b5dwH6AF4Pi6iz/dc5vnq1/MH8bV
8VbbBzzeE7MsvgkP3sHlLmY8PtuyViJ8
-----END CERTIFICATE-----
-
Date
-
1980-01-02 00:00:00 UTC
-
Description
-
Pg is the Ruby interface to the PostgreSQL RDBMS. It works with PostgreSQL 10 and later.
-
Email
-
ged@FaerieMUD.org
lars@greiz-reinsdorf.de
-
Extensions
-
ext/extconf.rb
-
Extra rdoc files
-
CHANGELOG.md
Contributors.rdoc
README-OS_X.rdoc
README-Windows.rdoc
README.ja.md
README.md
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_cancel_connection.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
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/date.rb
lib/pg/binary_decoder/timestamp.rb
lib/pg/binary_encoder/timestamp.rb
lib/pg/cancel_connection.rb
lib/pg/coder.rb
lib/pg/connection.rb
lib/pg/exceptions.rb
lib/pg/result.rb
lib/pg/text_decoder/date.rb
lib/pg/text_decoder/inet.rb
lib/pg/text_decoder/json.rb
lib/pg/text_decoder/numeric.rb
lib/pg/text_decoder/timestamp.rb
lib/pg/text_encoder/date.rb
lib/pg/text_encoder/inet.rb
lib/pg/text_encoder/json.rb
lib/pg/text_encoder/numeric.rb
lib/pg/text_encoder/timestamp.rb
lib/pg/tuple.rb
lib/pg/type_map_by_column.rb
lib/pg/version.rb
-
Files
-
BSDL
CHANGELOG.md
Contributors.rdoc
Gemfile
LICENSE
POSTGRES
README-OS_X.rdoc
README-Windows.rdoc
README.ja.md
README.md
Rakefile
certs/ged.pem
certs/kanis@comcard.de.pem
certs/larskanis-2022.pem
certs/larskanis-2023.pem
certs/larskanis-2024.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_cancel_connection.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/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/date.rb
lib/pg/binary_decoder/timestamp.rb
lib/pg/binary_encoder/timestamp.rb
lib/pg/cancel_connection.rb
lib/pg/coder.rb
lib/pg/connection.rb
lib/pg/exceptions.rb
lib/pg/result.rb
lib/pg/text_decoder/date.rb
lib/pg/text_decoder/inet.rb
lib/pg/text_decoder/json.rb
lib/pg/text_decoder/numeric.rb
lib/pg/text_decoder/timestamp.rb
lib/pg/text_encoder/date.rb
lib/pg/text_encoder/inet.rb
lib/pg/text_encoder/json.rb
lib/pg/text_encoder/numeric.rb
lib/pg/text_encoder/timestamp.rb
lib/pg/tuple.rb
lib/pg/type_map_by_column.rb
lib/pg/version.rb
misc/glibc/Dockerfile
misc/glibc/docker-compose.yml
misc/glibc/glibc_spec.rb
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
misc/yugabyte/Dockerfile
misc/yugabyte/docker-compose.yml
misc/yugabyte/pg-test.rb
pg.gemspec
ports/patches/krb5/1.22.1/0001-Allow-static-linking-krb5-library.patch
ports/patches/krb5/1.22.1/0002-unknown-command-line-option-on-clang.patch
ports/patches/openssl/3.5.2/0001-aarch64-mingw.patch
ports/patches/postgresql/17.6/0001-Use-workaround-of-__builtin_setjmp-only-on-MINGW-on-.patch
ports/patches/postgresql/17.6/0001-libpq-Process-buffered-SSL-read-bytes-to-support-rec.patch
rakelib/pg_gem_helper.rb
rakelib/task_extension.rb
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/CHANGELOG.md", "documentation_uri"=>"http://deveiate.org/code/pg", "msys2_mingw_dependencies"=>"postgresql"}
-
Rdoc options
-
--main
README.md
--title
PG: The Ruby PostgreSQL Driver
-
Require paths
-
lib
-
Required ruby version
-
>= 2.7
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.6.9
-
Specification version
-
4
-
Summary
-
Pg is the Ruby interface to the PostgreSQL RDBMS
-
Original platform
-
ruby
-
New platform
-
ruby