Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions 2020.3/Style.css
Original file line number Diff line number Diff line change
@@ -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;}
20 changes: 6 additions & 14 deletions 2020.3/data_dictionary.htm
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,21 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#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;}
<link rel = "stylesheet" type="text/css" href="Style css \>




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;}
</style>
</head>

<body>
<center><h1>Workgroups Database</h1></center>
<h2>Introduction</h2>
<p>
<p><b>
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.
</p>
</b></p>
<p>
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
Expand Down