From 3762589393dab9ef854e39bdd78bf0055ed932ab Mon Sep 17 00:00:00 2001 From: Vaib19121 <66452495+Vaib19121@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:12:16 +0530 Subject: [PATCH 1/3] Create Style.css --- 2020.3/Style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 2020.3/Style.css 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;} From 8b0a845915432b2129080f3b5feb6beb69aed6fa Mon Sep 17 00:00:00 2001 From: Vaib19121 <66452495+Vaib19121@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:20:27 +0530 Subject: [PATCH 2/3] Update data_dictionary.htm --- 2020.3/data_dictionary.htm | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/2020.3/data_dictionary.htm b/2020.3/data_dictionary.htm index 47d5fa0..9d3becd 100644 --- a/2020.3/data_dictionary.htm +++ b/2020.3/data_dictionary.htm @@ -2,19 +2,11 @@
- From c15efc98854674d9a9556eb16b0c8cea3b0518b9 Mon Sep 17 00:00:00 2001 From: Vaib19121 <66452495+Vaib19121@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:22:49 +0530 Subject: [PATCH 3/3] Improved html page --- 2020.3/data_dictionary.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2020.3/data_dictionary.htm b/2020.3/data_dictionary.htm index 9d3becd..27dd5ed 100644 --- a/2020.3/data_dictionary.htm +++ b/2020.3/data_dictionary.htm @@ -12,11 +12,11 @@+
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