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-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 cal