Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 4f92218

Browse files
committed
Update TODO list
1 parent 4d25375 commit 4f92218

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

45_extensions.sql

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
* pgstattuple - functions to determine Bloat level of tables / indexes
4343
* pg_squeeze - fully automatic Bloat cleanup
4444
45+
To list all functions (tables, views, types, operators, ...) an extension provides within "psql" one can use:
46+
\dx+ $some_extension
47+
4548
*/
4649

4750
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";

todo.txt

+8-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,16 @@
66
- regex
77
- FILTER
88
- indexing GiST, BRIN...
9-
* CTE, wr, rec
9+
* CTE, wr, rec
10+
* Hierarchies with recursive CTE and "ltree"
1011
* Transactional DDL
1112
* Review of data types
1213
* Extensions
1314
* COPY
1415
* FTS
16+
* UPSERT
17+
* Sample JSONB queries
18+
* FOR UPDATE
19+
* Advisory locks
20+
* PL/Pythonu
21+
* DO blocks

0 commit comments

Comments
 (0)