p4 dbschema

Synopsis

Report information about metadata in the Perforce database.

Syntax

p4 [g-opts] dbschema [tablename[:tableversion]]

Description

The p4 dbschema command reports information about the database structure in which the Perforce versioning service stores metadata.

By default, all current tables are reported. To restrict output to a specified table, use the name of the corresponding db.tablename file in the Perforce server root.

The results are returned as tagged output.

This command is intended for systems integrators.

Options

tablename

Restrict output to the specified table name.

tableversion

Restrict output to the specified table version.

g-opts

See “Global Options”.

Usage Notes

Can File Arguments Use Revision Specifier?

Can File Arguments Use Revision Range?

Minimal Access Level Required

N/A

N/A

super

Examples

p4 dbschema db.protect

Display information about the db.protect database table.