Skip to content

Instantly share code, notes, and snippets.

@ttfkam
Created April 12, 2017 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ttfkam/8b1e55b4d640c4383c1542bb7eb0e0d4 to your computer and use it in GitHub Desktop.
Save ttfkam/8b1e55b4d640c4383c1542bb7eb0e0d4 to your computer and use it in GitHub Desktop.
Simpler constant list entry, aka, I love multiline strings
const NAMES = `admintools
auth_delay
auto_explain
bloom
btree_gin
btree_gist
chkpass
citext
cube
dblink
dict_int
dict_xsyn
earthdistance
file_fdw
fuzzystrmatch
hstore
intagg
intarray
isn
lo
ltree
pageinspect
passwordcheck
pg_buffercache
pgcrypto
pg_freespacemap
pg_prewarm
pgrowlocks
pg_stat_statements
pgstattuple
pg_trgm
pg_visibility
postgres_fdw
seg
sepgsql
spi
sslinfo
tablefunc
tcn
test_decoding
tsearch2
tsm_system_rows
tsm_system_time
unaccent
uuid-ossp
xml2`.split(/\s+/);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment