-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
First thanks for this interesting project.
I have succeed to build and install the extension on pg16:
postgres=# select * from pg_extension ;
oid | extname | extowner | extnamespace | extrelocatable | extversion | extconfig | extcondition
-------+-----------+----------+--------------+----------------+------------+-----------+--------------
13547 | plpgsql | 10 | 11 | f | 1.0 | |
16390 | pg_branch | 10 | 2200 | f | 0.0.1 | |
Then createdb somebase -T some_template is slow as usual.
I can't force a strategy:
postgres=# create database somebase template some_template strategy snapshot;
ERROR: invalid create database strategy "snapshot"Metadata
Metadata
Assignees
Labels
No labels