Re: BUG #5761: In 'dblink' function connection string truncated

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "dp" <prikotov(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5761: In 'dblink' function connection string truncated
Date: 2010-11-22 16:20:09
Message-ID: 27731.1290442809@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"dp" <prikotov(at)gmail(dot)com> writes:
> Description: In 'dblink' function connection string truncated
> Details:

> The connection info string in 'dblink' function truncated to 62 characters.
> On execution: 'NOTICE: identifier "dbname=somebase host=xx.xxx.xx.xx
> user=iamuser password=somepassword77 port=5432" will be truncated to
> "dbname=somebase host=xx.xxx.xx.xx user=iamuser password=somepas"'

Does this actually break anything, or is it just an annoying NOTICE?
When I try it here, I get the NOTICE as described, but the connection
string still works.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jon Nelson 2010-11-23 03:32:50 temporary tables, and lots of 0 byte files
Previous Message Joaquim Salles 2010-11-22 15:41:06 BUG #5762: ecpg