Re: [SQL] SQL to list databases?

2003-01-23 Thread Kristopher Yates
I have been wondering the same thing.. Thanks Kris Ben Siders wrote: Is there a query that will return all the databases available, similar to what psql -l does? ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://a

[SQL] unsubscribe

2002-12-18 Thread Kristopher Yates
unsubscribe ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

[SQL] prob with PERL/Postgres

2001-08-06 Thread Kristopher Yates
PERL SNIPPET: # build arrays from file (OMITTED) use Pg; $dbhost='127.0.0.1'; $dbname='mpact'; #$connstr="dbname=$dbname"; $connstr="host=$dbhost dbname=$dbname"; $conn = Pg::connectdb($connstr); #more code related to date omitted $result=$conn->exec($sql); (PGRES_COMMAND_OK eq $result