[ic] Postgres?

Brian Kosick interchange-users@interchange.redhat.com
Thu Sep 6 16:12:01 2001


At 01:51 PM 9/6/01 -0600, you wrote:

<snip>

>Second thing we ran into is that if you want to run Postgres on another
>box, you need to use a different syntax for the DBI connnect string
>in the 'makecat' command.  Where it asks for the connect string, you
>can use this syntax.
>
>dbi:Pg:dbname=<database>;host='<your-db-server>'
>   e.g.
>dbi:Pg:dbname=foundation;host='dbserver1'
<snip>

Another way is if PGSQL is running on a remote machine you can also use

username = username@pgsql.hostname.com