http://www.perlmonks.org?node_id=123494


in reply to Perl, Pg, and Postgres

  1. You don't, or shouldn't directly. Check out Bruce's book on Creating Users. Or you can also view the CREATE USER syntax in the PostgreSQL Refference Manual.
  2. You should check CPAN for Pg and DBD::Pg. Personally I'd stick with DBI (DBD::Pg is a PostgreSQL driver for DBI) as it's a consistant API across many different databases.
  3. See above.

Replies are listed 'Best First'.
Re: Re: Perl, Pg, and Postgres
by dustbuster (Novice) on Nov 06, 2001 at 11:07 UTC
    I'll look into those links.
    Do you know a site where there are tutorials or
    code that I can compare too?
    D.