Anansi-Database-PostgreSQL
view release on metacpan or search on metacpan
lib/Anansi/Database/PostgreSQL.pm view on Meta::CPAN
environment variable is used by default.
=item HOSTNAME I<(String, Optional)>
The IP address of the computer where the PostgreSQL B<DATABASE> is hosted.
Either the content of the I<PGHOST> environment variable or a value of
B<127.0.0.1> is used by default.
=item PASSWORD I<(String, Optional)>
The password of the B<USERNAME> that is accessing the PostgreSQL database. The
content of the I<PGPASSWORD> environment variable is used by default.
=item PORT I<(String, Optional)>
The IP address port number of the computer where the PostgreSQL B<DATABASE> is
hosted. Either the content of the I<PGPORT> environment variable or a value of
B<5432> I<(five four three two)> is used by default.
=item PrintError I<(String, Optional)>
( run in 0.583 second using v1.01-cache-2.11-cpan-49f99fa48dc )