Re: [HACKERS] textToQualifiedNameList second parameter

2006-02-25 Thread Jaime Casanova
On 2/24/06, Rafael Martinez Guerrero <[EMAIL PROTECTED]> wrote: > Hello > > In version 7.4.x, the function textToQualifiedNameList was defined with > two parameters. > > Some months ago, the second parameter was removed [1] so I had to modify > my program to work after this change. Now with 8.0.7,

Re: [HACKERS] textToQualifiedNameList second parameter

2006-02-24 Thread Tom Lane
Rafael Martinez Guerrero <[EMAIL PROTECTED]> writes: > Some months ago, the second parameter was removed [1] so I had to modify > my program to work after this change. Now with 8.0.7, the second > parameter is back again I think you're confused. The second parameter was removed in 8.1. It's prese

[HACKERS] textToQualifiedNameList second parameter

2006-02-24 Thread Rafael Martinez Guerrero
Hello In version 7.4.x, the function textToQualifiedNameList was defined with two parameters. Some months ago, the second parameter was removed [1] so I had to modify my program to work after this change. Now with 8.0.7, the second parameter is back again and I get this error when I try to comp