Printing a list of tables in a publication (printpublishedtables) v7

The printpublishedtables command displays a list of tables and views that belong to the given publication.

Synopsis

-printpublishedtables pubname -repsvrfile pubsvrfile

Parameters

pubname

The name of the publication whose tables and views to display.

pubsvrfile

The file containing the publication server login information.

Examples

The tables belonging to publication dept_emp are printed.
$ java -jar edb-repcli.jar -printpublishedtables dept_emp \
>   -repsvrfile ~/pubsvrfile.prop
Printing tables under publication: dept_emp

EDB.DEPT
EDB.EMP