Comment : Charset=windows-1252
Comment : simple test cases for rename
Request : inquire rename(restrict(dbmsfile,matches(the_string(filename),string(DATABASECATALOG...DB))),(filename,fn,pagesize,ps))
Reply   : RELATION(HEADING(FN(FILENAME)PS(INT))BODY(TUPLE(FN(DATABASECATALOG.SPDB)PS(32768))))
Request : inquire rename(restrict(dbmsfile,matches(the_string(filename),string(DATABASECATALOG...DB))),(filename,fn,pagesize,fn))
Reply   : 1497858657:186:Duplicate attribute name FN in output relation type of RENAME
Request : inquire rename(restrict(dbmsfile,matches(the_string(filename),string(DATABASECATALOG...DB))),(filename,fn,filename,ps))
Reply   : 1497858657:190:Attribute FILENAME is referenced twice in an attribute list.  This is not supported for operator RENAME.
Request : inquire rename(restrict(dbmsfile,matches(the_string(filename),string(DATABASECATALOG...DB))),())
Reply   : RELATION(HEADING(PAGESIZE(INT)FILENAME(FILENAME))BODY(TUPLE(PAGESIZE(32768)FILENAME(DATABASECATALOG.SPDB))))
Request : inquire rename(restrict(dbmsfile,matches(the_string(filename),string(DATABASECATALOG...DB))),(filenam,fn))
Reply   : 1497858657:445:Attribute FILENAM does not appear in the heading { PAGESIZE:INT FILENAME:FILENAME }.
Request : inquire rename(restrict(dbmsfile,matches(the_string(filename),string(DATABASECATALOG...DB))),(filename,fn,filename,fn))
Reply   : 1497858657:190:Attribute FILENAME is referenced twice in an attribute list.  This is not supported for operator RENAME.
END
