Re: ECPG connection target formats

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ECPG connection target formats
Date: 2006-08-29 12:36:21
Message-ID: 20060829123621.GD31048@1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Aug 26, 2006 at 10:00:42PM -0600, Michael Fuhr wrote:
> 1. dbname[(at)hostname][:port]

Fixed.

> 2. tcp:postgresql://hostname[:port][/dbname][?options]
>
> This suggests that tcp:postgresql://hostname[:port] should work
> without specifying /dbname, and indeed it does work when the

Fixed.

> 3. unix:postgresql://hostname[:port][/dbname][?options]

Should work too.

> 4. "an SQL string literal containing one of the above forms"

Fixed.

Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes(at)jabber(dot)org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-08-29 12:39:47 Re: autovacuum causing numerous regression-test failures
Previous Message Michael Meskes 2006-08-29 12:26:22 Re: [PATCHES] Another VPATH patch for ecpg