The Pg module permits you to access all functions of the Libpq interface of PostgreSQL. Libpq is the programmer's interface to PostgreSQL. For examples of how to use this module, look at the file test.pl....
MERGL/pgsql_perl5-1.9.0 - 04 Apr 2000 19:52:05 UTCDBD::Pg is a Perl module that works with the DBI module to provide access to PostgreSQL databases....
TURNSTEP/DBD-Pg-3.14.2 - 13 Aug 2020 13:36:09 UTCThis distribution provides some simple wrapper around the command line utilities that ship with Postgres. Currently, it includes the following classes: * Pg::CLI::psql * Pg::CLI::pg_dump * Pg::CLI::pg_restore * Pg::CLI::pg_config...
DROLSKY/Pg-CLI-0.14 - 21 Nov 2018 17:31:45 UTCThis module parses PostgreSQL ACL arrays and represents the underlying privileges as objects. Use accessors on the objects to see what privileges are granted by whom and to whom. PostgreSQL ACLs are arrays of strings. Each string represents a single ...
DWHEELER/Pg-Priv-0.12 - 28 Nov 2012 20:11:58 UTCMojo::Pg is a tiny wrapper around DBD::Pg that makes PostgreSQL <http://www.postgresql.org> a lot of fun to use with the Mojolicious <https://mojolicious.org> real-time web framework. Perform queries blocking and non-blocking, use all SQL features <h...
SRI/Mojo-Pg-4.19 - 31 May 2020 12:24:27 UTCThis module provides an OO interface to a Postgresql table which implements a simple yet highly concurrent queue via the new 9.5 feature "SKIP LOCKED". For further details on how SKIP LOCKED works, see <https://www.postgresql.org/docs/current/static/...
RMZG/Pg-Queue-v1.0 - 29 Jul 2017 08:04:19 UTCJETEVE/Pg-Blobs-0.003 - 18 Jun 2015 09:23:08 UTC
REVMISCHA/AnyMQ-Pg-0.01 - 04 Nov 2012 23:04:59 UTC
decode(string) Decode given HSTORE value. NULL values will be converted to Perl undef; NULL or empty keys will be ignored. Returns hash ref with key => value pairs. Can return undef on internal error. Keys and values will have same UTF8 flag as incom...
ALT/Pg-hstore-1.06 - 28 Mar 2016 14:41:57 UTCThis is a helper module for pgloader.pl(1), it loads and updates tables in a Postgres database. It is similar in function to the pgloader(1) python program (written by other authors) with enhancements plus the ability to update tables. EXPORT Pg::Loa...
IOANNIS/Pg-Loader-0.21 - 19 Oct 2013 10:17:58 UTCLibrary functions for pcurse(1) which monitors Postgres databases...
IOANNIS/Pg-Pcurse-0.25 - 17 Oct 2011 08:06:29 UTCPg::Simple is a very simple interface to PostgreSQL. It is patterned after the DBI interface. Why not use the DBI interface instead? The main reason is that it does not yet support cursors. This module does. When the DBI Postgres interface supports c...
DJERIUS/Pg-Simple-1.20 - 15 Aug 2006 18:26:34 UTCPostgresql indexes should be rebuilt on a regular basis for good performance. This can be done with the "REINDEX" command, however, building indexes this way requires an exclusive lock on the table. On the other hand, using "CREATE INDEX CONCURRENTLY...
BINARY/Pg-Reindex-0.001 - 27 Nov 2015 04:56:28 UTCDEPESZ/Pg-Explain-1.02 - 27 Jul 2020 13:18:39 UTC
BRAINBUZ/Pg-BulkLoad-2.07 - 18 Jul 2019 03:23:21 UTC
******************************************************************* *** *** *** NOTE: This is a very early release that may contain lots of *** *** bugs. The API is not stable and may change between releases *** *** *** ******************************...
SALVA/AnyEvent-Pg-0.15 - 28 Oct 2014 17:02:27 UTCStub documentation for Pg::Corruption, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited. Blah blah blah. EXPORT None by default....
IOANNIS/Pg-Corruption-0.02 - 17 Nov 2013 03:14:04 UTCPg::ServiceFile is a partially complete interface to the PostgreSQL connection service file. It's complete in the fact that it reads the $ENV{PGSERVICEFILE} or the user service file "~/.pg_service.conf" as standard, but will not automatically retriev...
KWAKWA/Pg-ServiceFile-0.03 - 27 Feb 2018 20:35:22 UTC******************************************************************* *** *** *** NOTE: This is a very early release that may contain lots of *** *** bugs. The API is not stable and may change between releases *** *** *** ******************************...
SALVA/Pg-PQ-0.15 - 10 Oct 2017 07:41:49 UTCThis class provides an object which can be used to drop, create, and migrate an application's Postgres database. It uses MooseX::Getopt so that it can be invoked easily from a command-line script, but it is also designed to be usable from another mod...
DROLSKY/Pg-DatabaseManager-0.06 - 22 Jan 2017 16:42:08 UTC