]> git.openstreetmap.org Git - nominatim.git/blobdiff - data/words.sql
Work on setup/update scripts, unit tests, and documentation to enable Postgres server...
[nominatim.git] / data / words.sql
index 85578f203c03a75d07010e2f2711c063f592536d..73251b049f581dda548f7bd19dee24fb217e21df 100644 (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: -