1
12
submitted 2 months ago by [email protected] to c/[email protected]
2
10
submitted 2 months ago by [email protected] to c/[email protected]
3
4
submitted 20 hours ago by [email protected] to c/[email protected]
4
1
submitted 20 hours ago by [email protected] to c/[email protected]
5
13
submitted 5 days ago by [email protected] to c/[email protected]
6
4
submitted 1 week ago by [email protected] to c/[email protected]
7
3
pgtt v4.4 released (www.postgresql.org)
submitted 1 week ago by [email protected] to c/[email protected]
8
5
pgSCV 0.14.1 released! (www.postgresql.org)
submitted 2 weeks ago by [email protected] to c/[email protected]
9
6
submitted 2 weeks ago by [email protected] to c/[email protected]

Example usage:

-- Register with default settings (41 timestamp bits, 10 type bits, 12 counter bits)
CALL snowflake.register('user_id');

-- Generate a user ID
SELECT snowflake.generate_user_id(now(), 1, 1);

-- Register with custom bit allocation
CALL snowflake.register('order_id', 42, 8, 13);

-- Generate an order ID with specific type and counter
SELECT snowflake.generate_order_id('2023-12-01 10:30:00 UTC', 5, 1000);
10
39
submitted 1 month ago by [email protected] to c/[email protected]
11
3
submitted 1 month ago by [email protected] to c/[email protected]
12
3
powa-archivist 5.0.3 is out! (www.postgresql.org)
submitted 1 month ago by [email protected] to c/[email protected]
13
6
pg_dumpbinary v2.20 released (www.postgresql.org)
submitted 1 month ago by [email protected] to c/[email protected]
14
13
submitted 1 month ago by [email protected] to c/[email protected]
15
4
submitted 1 month ago by [email protected] to c/[email protected]
16
4
Pgpool-II 4.6.2 released (www.postgresql.org)
submitted 1 month ago by [email protected] to c/[email protected]
17
3
pgtt v4.3 released (www.postgresql.org)
submitted 1 month ago by [email protected] to c/[email protected]
18
3
pgAdmin 4 v9.4 Released (www.postgresql.org)
submitted 1 month ago by [email protected] to c/[email protected]
19
2
submitted 1 month ago by [email protected] to c/[email protected]
20
7
submitted 1 month ago by [email protected] to c/[email protected]
21
9
submitted 3 months ago by [email protected] to c/[email protected]
22
8
submitted 3 months ago by [email protected] to c/[email protected]
23
11
pgAdmin 4 v9.2 Released (www.postgresql.org)
submitted 3 months ago by [email protected] to c/[email protected]
24
12
submitted 4 months ago by [email protected] to c/[email protected]
25
9
submitted 5 months ago by [email protected] to c/[email protected]

I came across this blog and thought it was a nice demonstration of the backup, recovery and migration options in CNPG, and the cloud-native way of working in a tough situation: treat your servers as cattle, not as pets. Spin up a new container and kill the problematic old one.

view more: next ›

PostgreSQL

1199 readers
4 users here now

The world's most advanced open source relational database

Project
Events
Podcasts
Related Fediverse communities

founded 2 years ago
MODERATORS