26
4
27
1
28
6
29
8
30
1
31
4
32
-1

I have started dev tool for myself and now decided to release it. Maybe will be usefull for backend developers or those who are starting to learn sql Link to devtool: https://isra36.com/ Link to its documentation: https://isra36.com/documentation MySQL & PostgreSQL

33
9
submitted 9 months ago* (last edited 9 months ago) by doublebyte@noc.social to c/postgresql@programming.dev

To all the geospatial data scientists and geo database geeks out there: Happy PostGIS day! (: #postgis #postgisday2025 #postgisday #foss #postgresql #sql #osgeo @osgeo @postgis @postgresql

34
7
35
1
submitted 10 months ago* (last edited 10 months ago) by paulox@fosstodon.org to c/postgresql@programming.dev

Just published a new How-to guide on installing PostgreSQL 18 on Ubuntu 25.10 (Questing Quokka). 🦫

Learn how to switch from the default PostgreSQL 17 to version 18 and try new features like UUIDv7 using the official PGDG repository: fast, clean, and developer-friendly setup. 🐘

https://www.paulox.net/2025/10/31/install-postgresql-18-on-ubuntu-25-10-questing-quokka/

CC @postgresql

#PostgreSQL #Ubuntu #Linux #Python #Django #UUID #UUID7 #UUIDv7

36
17
37
4

cross-posted from: https://feddit.nl/post/43404968

How-to: Cloudnative PG serving MongoDB with Automated Recovery from Continuous Backups

First post on my personal blog!

38
18
39
3
40
1
pgmoneta 0.19 (www.postgresql.org)
41
2
42
1
43
4
44
13
45
4
46
3
pgtt v4.4 released (www.postgresql.org)
47
5
pgSCV 0.14.1 released! (www.postgresql.org)
48
6

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);
49
42
50
3
view more: ‹ prev next ›

PostgreSQL

2205 readers
1 users here now

The world's most advanced open source relational database

Project
Events
Podcasts
Related Fediverse communities

founded 3 years ago
MODERATORS