Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.noarch.rpm

Name: rubygem-pg

Project: openSUSE_13.2

Repository: oss

Title: Pg is the Ruby interface to the PostgreSQL

Description:
Pg is the Ruby interface to the {PostgreSQL
RDBMS}[http://www.postgresql.org/].
It works with {PostgreSQL 8.4 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

Version: 0.17.1

Release: 5.1.6

Architecture: x86_64

Size: 273 KB

Build Time: 2014-10-08 15:00:47 +0200 (over 9 years ago)

Provides

Symbol Required by
pg_ext.so()(64bit)
rubygem(pg) = 0.17.1
rubygem(ruby:2.1.0:pg) = 0....
rubygem(ruby:2.1.0:pg:0) = ...
rubygem(ruby:2.1.0:pg:0.17)...
rubygem(ruby:2.1.0:pg:0.17....
rubygem-pg = 0.17.1-5.1.6 rubygem-pg-doc rubygem-pg-testsuite
rubygem-pg(x86-64) = 0.17.1...

Requires

Symbol Provided by
libc.so.6()(64bit) glibc
libc.so.6(GLIBC_2.2.5)(64bit) glibc
libc.so.6(GLIBC_2.4)(64bit) glibc
libpq.so.5()(64bit) libpq5
libruby2.1.so.2.1()(64bit) libruby2_1-2_1
ruby >= 1.8.7 ruby
ruby(abi) = 2.1.0 ruby2.1