HackerTrans
TopNewTrendsCommentsPastAskShowJobs

linuxhiker

302 karmajoined 10 anni fa

Submissions

Open_pg_tde: Transparent Data Encryption for PostgreSQL

github.com
2 points·by linuxhiker·3 giorni fa·1 comments

Plruby, Procedures for PostgreSQL in Ruby

github.com
2 points·by linuxhiker·5 giorni fa·1 comments

Pl/PHP (procedure language) for PostgreSQL

github.com
1 points·by linuxhiker·9 giorni fa·1 comments

[untitled]

1 points·by linuxhiker·mese scorso·0 comments

Authenticate PostgreSQL with SSH Keys

github.com
4 points·by linuxhiker·mese scorso·0 comments

[untitled]

1 points·by linuxhiker·6 mesi fa·0 comments

Generating More Revenue

drakein28.substack.com
3 points·by linuxhiker·6 mesi fa·1 comments

Training: Postgres Performance and Maintenance

postgresconf.org
2 points·by linuxhiker·8 mesi fa·1 comments

Postgres Conference 2026: Call for papers

postgresconf.org
5 points·by linuxhiker·8 mesi fa·1 comments

Upgrading PostgreSQL and Citus for Enhanced Database Functionality

commandprompt.com
1 points·by linuxhiker·8 mesi fa·1 comments

comments

linuxhiker
·3 giorni fa·discuss
Transparent Data Encryption offers encryption at the file level and solves the problem of protecting data at rest. The encryption is transparent for users allowing them to access and manipulate the data and not to worry about the encryption process. The extension supports a keyring file and external Key Management Systems (KMS) through a Global Key Provider interface.
linuxhiker
·5 giorni fa·discuss
PL/Ruby is a procedural-language handler that lets you write database functions in Ruby, stored and executed inside PostgreSQL. You get the expressiveness of Ruby and its standard library with the full power of a native PostgreSQL function: plain functions, set-returning functions, triggers, event triggers, and procedures with transaction control.

https://github.com/commandprompt/plruby
linuxhiker
·9 giorni fa·discuss
Entirely updated for modern PHP and PostgreSQL. It supports all features of pl/perl and pl/tcl.
linuxhiker
·mese scorso·discuss
[flagged]
linuxhiker
·mese scorso·discuss
I am afraid you don't understand Postgres very well.
linuxhiker
·mese scorso·discuss
Hopefully they will start sponsoring PGRX now that they are so publicly using it.
linuxhiker
·6 mesi fa·discuss
The Call for Papers is from:

Thursday, October 9. 2025 until Friday, January 30. 2026.

Your proposal is expected to be reviewed before:

Friday, February 6. 2026.

We have 6 tracks:

Postgres Extensions Day: Dedicated to developers building and maintaining PostgreSQL extensions. Share your work, learn from others, and connect with the extensions community.

Dev: Application development with PostgreSQL. Topics include using extensions like pg_vector for enhanced search performance, creating custom data types, building applications, and leveraging PostgreSQL features in your development workflow.

Ops: Operational practices for PostgreSQL and related technologies. Covers deployment, monitoring, performance tuning, backup strategies, high availability, replication, and infrastructure management.

Essentials: Deep dives into core PostgreSQL functionality. Explore data types, built-in features, query optimization, indexing strategies, and fundamental concepts. If it’s in the documentation or should be, this track explores it thoroughly. Core PostgreSQL knowledge that provides long-term career value.

Life and Fun: Nothing about Postgres goes here. Non-technical topics that make us human. Share your hobbies, side projects, and interests outside of databases. Topics include beekeeping, gardening, homesteading, solar projects, IoT experiments, mountain biking, camping, and anything else that brings you joy.

Professional Development & Wellness: Career growth and personal well-being. Topics include career advancement, managing burnout, work-life integration, mental health, communication skills, leadership development, and building sustainable careers in technology.
linuxhiker
·6 mesi fa·discuss
The company that is a PBC that got sued for theft and lost...
linuxhiker
·6 mesi fa·discuss
I am running for President in 2028. Here is my first platform statement on generating more revenue in a equitable manner.
linuxhiker
·8 mesi fa·discuss
Because social media largely sucks and brings out the worst in people.

No I didn't read the article.
linuxhiker
·8 mesi fa·discuss
Good.

This constant consumerism is destroying our world.
linuxhiker
·8 mesi fa·discuss
299.00 for a full day training on Postgres Performance and Maintenance. Starts Tuesday, get your ticket today. Seats are limited.
linuxhiker
·8 mesi fa·discuss
Because smart people know how screwed up the world is and the fact that it isn't actually fixable.
linuxhiker
·8 mesi fa·discuss
Honestly it's about time.

There is no free lunch and I would rather have to login to see content than have ai scrapers grabbing content
linuxhiker
·8 mesi fa·discuss
Thank you for your interest in submitting to Postgres Conference: 2026.

We have 6 tracks:

Postgres Extensions Day: Do you develop Postgres Extensions?

Do you want to develop Postgres Extensions?

This day/track is for you!

Dev: All about developing with PostgreSQL. This can be about using extensions like pg_vector to increase your search performance to how to write a new data type.

Ops: Talks on the operational practices of Postgres and related technologies.

Essentials: Datatypes, How do I and data types oh my! If it is in the docs, or should be an isn't... this is where you elaborate on all the glory that is Postgres Essentials. Do not overlook this track it is job security.

Life and Fun: Nothing about Postgres goes here. Do you want to talk about your beehive, backyard garden, homestead, solar, latest IoT project, mountain biking or camping? This is the place.

Professional Development & Wellness: Career enhancement, dealing with burnout and the false ideal of a work life balance. This is where you find peers to help with all kinds of life problems and opportunities.

The Call for Papers is open from Thursday, October 9. 2025 until Friday, January 30. 2026. Your proposal is expected to be reviewed before Friday, February 6. 2026.
linuxhiker
·8 mesi fa·discuss
Upgrading PostgreSQL and Citus: A Real-World Case Story When your organization relies on PostgreSQL and Citus, a PostgreSQL upgrade isn’t just about version numbers—it’s about unlocking new features, improving scalability, and optimizing performance. Yet in modern distributed environments, with Docker, Kubernetes, and custom extensions, upgrades can be complex without the right approach.