diff --git a/2020.3/Style.css b/2020.3/Style.css new file mode 100644 index 0000000..7a9d92d --- /dev/null +++ b/2020.3/Style.css @@ -0,0 +1,19 @@ +#table { font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;font-size:12px;text-align:left;border-collapse:collapse;margin-left:10%;margin-right:10%;margin-top:40px;margin-bottom:40px; } + + #table tr.field th {font-size:14px;font-weight:bold;background:#b9c9fe;border-top:4px solid #aabcfe;border-bottom:1px solid #fff;color:#039;padding:8px;} + + #table tr.field td {background:#e8edff;border-bottom:1px solid #fff;color:#669;border-top:1px solid transparent;padding:8px;} + + #table tr.field:hover td {background: #BCD4EC;} + + #table tr.fk td {background:#FFD494;border-bottom:1px solid #fff;color:#786549;border-top:1px solid transparent;padding:8px;} + + #table tr.fk:hover td {background:#FFBD5C;} + + table.pgtable_toc { background:#D3E6EA; font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;font-size:12px;text-align:left;border-collapse:collapse;margin-left:10%;margin-right:10%;margin-top:40px;margin-bottom:40px; } + + table.pgtable_toc tr th { font-size:14px;font-weight:bold;background:#b9c9fe;border-top:4px solid #aabcfe;border-bottom:1px solid #fff;color:#039;padding:8px;} + + table.pgtable_toc tr td { border-bottom:1px solid #fff;color:#669;border-top:1px solid transparent;padding:8px;} + + table.pgtable_toc tr:hover td {background: #BCD4EC;} diff --git a/2020.3/data_dictionary.htm b/2020.3/data_dictionary.htm index 47d5fa0..27dd5ed 100644 --- a/2020.3/data_dictionary.htm +++ b/2020.3/data_dictionary.htm @@ -2,29 +2,21 @@ -

Workgroups Database

Introduction

-

+

The following "data dictionary" provides information about the tables and views in the "workgroup" PostgreSQL database of the Tableau Server repository. This database provides persistent storage for Tableau Server and is primarily intended to support that application. -

+

The purpose of most tables is described, along with the type and purpose of columns in the tables. Foreign key relations are noted in orange rows with links that take you from the table containing the foreign key to the