-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathnotes
68 lines (54 loc) · 969 Bytes
/
notes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
CREATE TABLE empty(text, text);
update agents set tags = tags || ARRAY['foo'] where random() < 0.3;
demo database features
--
json
fts
range types
triggers
foreign keys
views
roles
spatial data
functional indexes
arrays
constraint partitions
listen/notify
regular expressions
collations
hstore
json
pgcrypto
pl/ *
exclusion constraints
trigrams / regex indexes
time data with timezones
fdws!
uuids
example queries
--
advisory locks
lateral
with
dblink
generate_series
enum
composite types
fancy times and dates
updatable views
window functions
pg_stat_*stuff*
CASE WHEN pivots vs tablefunc
coalesce
GIN/GIST
knn
create index concurrently
pg_graph extension / histogram - sparkline - 2d mandelbrot plot
pg_anonymizer - library of useful functions for anonymizing data
we need a better explain tutorial for the manual
conference database
---
- where are people from
- conference room bookings for range types
- bonus: we have data!
seed is client settable