Re: Error in 42.12. Porting from Oracle PL/SQL

2018-11-26 Thread Bruce Momjian
On Wed, Nov 14, 2018 at 12:28:27AM -0500, Anthony Greene wrote: > Documentation for v10.5, second paragraph, third sentence. > > Currently reads: Assignments, loops, conditionals are similar. > > Should read: Assignments, loops, and conditionals are similar. Agreed. Fix applied back through 9.4

Error in 42.12. Porting from Oracle PL/SQL

2018-11-14 Thread Anthony Greene
Documentation for v10.5, second paragraph, third sentence. *Currently reads*: Assignments, loops, conditionals are similar. *Should read*: Assignments, loops, and conditionals are similar. -- TonyG