Replication information added to SHOW
output
Dmitry Yemanov
-
The
SHOW DATABASE
command now reports the “Replica mode” and “Publication” state -
The
SHOW TABLE name
command now reports the publications that include the table -
The
SHOW PUBLICATIONS [name]
command will show the named publication, or — without name — all user-defined publications in the current databaseNoteCurrently, Firebird doesn’t support user-defined publication, so
SHOW PUBLICATIONS
currently will never list any publications. -
The command
SHOW SYSTEM
now also lists system publications, andSHOW SYSTEM PUBLICATIONS
was added to only show system publications