Work on setup/update scripts, unit tests, and documentation to enable Postgres server to be optionally configured on a remote host

This commit is contained in:
Eric Stadtherr
2018-07-17 17:18:33 -06:00
parent 81b90c9f15
commit 62747c934d
9 changed files with 263 additions and 77 deletions

View File

@@ -23,6 +23,7 @@ CREATE TABLE word_frequencies (
count bigint
);
TRUNCATE TABLE word_frequencies;
--
-- Data for Name: word_frequencies; Type: TABLE DATA; Schema: public; Owner: -