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

2010-11-29 Thread Tom Lane
queej writes: > On Nov 29, 10:50 am, d...@authentrics.com (queej) wrote: >> Yes, it causes an error for me since it truncates the connection string in >> the middle of the username, omitting the password altogether.  I must be >> missing something; I can't understand what my alternative is but to

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

2010-11-29 Thread queej
On Nov 29, 10:50 am, d...@authentrics.com (queej) wrote: > Yes, it causes an error for me since it truncates the connection string in > the middle of the username, omitting the password altogether.  I must be > missing something; I can't understand what my alternative is but to call the > dblink(te

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

2010-11-29 Thread queej
Yes, it causes an error for me since it truncates the connection string in the middle of the username, omitting the password altogether. I must be missing something; I can't understand what my alternative is but to call the dblink(text,text) function with a connection string and a SQL statement.

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

2010-11-22 Thread Tom Lane
"dp" 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" w