Skip to content

Firebird 6.0.0 can't restore local SP referencing system table #9083

Description

@tonne1

FB 6.0.0.2068, trying to restore a FB5 DB which contains SPs referencing system tables, something like

for 
  select rdb$field_name from rdb$relation_fields where ... 
  into :fldname 
do ...

error message:

gbak: ERROR:table "PUBLIC"."RDB$RELATION_FIELDS" is not defined

The topic is user object referencing system object. Do you need a test case?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions