Skip to content
Snippets Groups Projects
Commit b9bdb9ba authored by Sabine Schröder's avatar Sabine Schröder
Browse files

#3 #12: added country name 'N/A' for Pacific Ocean and South Chinese Sea stations from GAW

parent 3a7a7d0e
No related branches found
No related tags found
No related merge requests found
Pipeline #58058 passed
--
-- toardb/extension/toar_controlled_vocabulary/toar_controlled_vocabulary--0.3.sql
--
-- [Step to install]
--
-- 1.
--
-- INSTALL VERSION: '0.3'
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION toar_controlled_vocabulary" to load this file. \quit
-- Update Countries
-- ================
-- Country names
INSERT INTO CN_vocabulary (enum_val,enum_str,enum_display_str) VALUES(-1,'N/A','N/A');
This diff is collapsed.
# toar_controlled_vocabulary extension
comment = 'TOAR controlled vocabulary'
default_version = '0.3'
module_pathname = '$libdir/toar_controlled_vocabulary-0.3'
default_version = '0.3.5'
module_pathname = '$libdir/toar_controlled_vocabulary-0.3.5'
relocatable = false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment