SHOW PUBlications
Firebird 5.0
SHOW PUBlications [name]
This command lists all user-defined publications in the current database if the first form is used, or drills down to display the definition of the publication.
Currently, Firebird only has one system-defined publication, RDB$DEFAULT
, and no option to create user-defined publications, so the output of show publications
is always the same:
SQL> show publications; There is no publications in this database SQL> show system publications; RDB$DEFAULT SQL> show publication rdb$default; RDB$DEFAULT: Disabled