Parents (Total: 1)
The searched file hash is included in 1 parent files which include package known and seen by metalookup. A sample is included below:
Key |
Value |
MD5 | 127EFE161E828B207CC4CEB8A8776AAF |
PackageArch | s390x |
PackageDescription | Pg is the Ruby interface to the {PostgreSQL
RDBMS}[http://www.postgresql.org/].
It works with {PostgreSQL 9.2 and
later}[http://www.postgresql.org/support/versioning/].
A small example usage:
require 'pg'
conn = PG.connect( dbname: 'sales' )
conn.exec( "SELECT * FROM pg_stat_activity" ) do |result|
puts " PID | User | Query"
result.each do |row|
puts " %7d | | %s " %
row.values_at('procpid', 'usename', 'current_query')
end
end. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | ruby2.5-rubygem-pg |
PackageRelease | bp155.2.13 |
PackageVersion | 1.2.3 |
SHA-1 | 94661201A74E7B31D59AEB26C2708AAD2BCD39FA |
SHA-256 | 8AF7F1059CB71B680582B6C37D4DD2BD9FA9F6508D991E1C50369A0294416BA5 |