Ever wonder why Ctrl-C in psql feels clunky? It's not a bug, it's a brilliant security feature! Postgres uses a secret key and a new connection to protect your database. Mind blown.
thepixelspulse.com/posts/postgres-query-can...
#postgres #psql #mysql
Blogged: FbNetExternalEngine 7.0 released
www.tabsoverspaces.com/id/233965
#firebird #dotnet #databases #database #psql
💻 ¿Quieres aprender a trabajar con #PostgreSQL? Con #psql puedes gestionar tu base de datos sin necesidad de interfaz gráfica. Descubre comandos básicos para conectarte, consultar y administrar tu DB de forma eficiente. 🚀
🔗 Lee más aquí https://f.mtr.cool/lekxlwleyq
🎨 Syntax highlighting for #SQL and #JSON powered by tree-sitter
🧠 Schema-aware smart autocomplete for tables, columns, and keywords
✏️ Inline cell editing directly in results grid with automatic SQL generation
📋 #psql compatibility with familiar commands like \dt, \d, \dn, \l
💻 ¿Quieres aprender a trabajar con #PostgreSQL? Con #psql puedes gestionar tu base de datos sin necesidad de interfaz gráfica. Descubre comandos básicos para conectarte, consultar y administrar tu DB de forma eficiente. 🚀
🔗 Lee más aquí https://f.mtr.cool/mzogmoljtm
Пять возможностей PostgreSQL, о которых редко вспоминают Привет, Хабр! Постгрес – не просто реляционная БД, а нас...
#psql #postgresql #базы #данных #оптимизация #запросов #права #доступа #диапазонные #типы #производительность
Origin | Interest | Match
💻 ¿Quieres aprender a trabajar con #PostgreSQL? Con #psql puedes gestionar tu base de datos sin necesidad de interfaz gráfica. Descubre comandos básicos para conectarte, consultar y administrar tu DB de forma eficiente. 🚀
🔗 Lee más aquí https://f.mtr.cool/alewnhttnr
💻 ¿Quieres aprender a trabajar con #PostgreSQL? Con #psql puedes gestionar tu base de datos sin necesidad de interfaz gráfica. Descubre comandos básicos para conectarte, consultar y administrar tu DB de forma eficiente. 🚀
🔗 Lee más aquí https://f.mtr.cool/zfjarxrtia
A few days ago I missed an important detail in my post on #psql and /etc/shadow.
#psql, at least version 15.12, really likes `/etc/shadow` file. To such a degree that it tries to read it upon each invocation:
```
$ strace psql 2>&1 | grep /etc/shadow
openat(AT_FDCWD, "/etc/shadow", O_RDONLY|O_CLOEXEC) = -1 EACCES (Permission denied)
```
#auditd #bwrap #alerting #linux
1/
Ok so instead of using mongoDB try to avoid a new service and use jsonB in psql with some extra column to speed up queries
#mongo #psql
💻 ¿Quieres aprender a trabajar con #PostgreSQL? Con #psql puedes gestionar tu base de datos sin necesidad de interfaz gráfica. Descubre comandos básicos para conectarte, consultar y administrar tu DB de forma eficiente. 🚀
🔗 Lee más aquí https://f.mtr.cool/kofmmmfduh
This is an excellent opportunity for an individual who is passionate about software development and enjoys working in a challenging environment.
www.proactive.it/job/c-develo...
#C #Linux #SQL #PSQL
I'm developing #chrondb, a git-based database! I've already implemented the #PostgreSQL protocol, so you can use #psql to insert and query data. Git as a DB is real! 🚀 #database #opensource
github.com/moclojer/chr...
#clojure #postgres #git
Variables in looping condition in a postgreSQL while loop I'm using psql to process a sql fil...
stackoverflow.com/questions/79402156/varia...
#postgresql #while-loop #psql
Event Attributes
💻 ¿Quieres aprender a trabajar con #PostgreSQL? Con #psql puedes gestionar tu base de datos sin necesidad de interfaz gráfica. Descubre comandos básicos para conectarte, consultar y administrar tu DB de forma eficiente. 🚀
🔗 Lee más aquí https://s.mtrbio.com/vccirvjbji
postgresql cannot use concatenated variables in user defined function Creating function to extrac...
stackoverflow.com/questions/79398098/postg...
#string #variables #user-defined-functions #psql
Event Attributes
How to convert JSON array field to a JSON object? I want to know how to change a json array with ...
stackoverflow.com/questions/79396331/how-t...
#json #postgresql #psql #jsonb
Event Attributes
Why are PostgreSQL commands so confusing? How am I supposed to remember that “\du” means “list all users” or “\c” means “connect to a DB”?
I've been working with PSQL for many years, and yet I have to look them up every time.
#SoftwareDevelopment #PSQL
Unlike plainto_tsquery and phraseto_tsquery, it also recognizes certain operators. Moreover, this function will never raise syntax errors, which makes it possible to use raw user-supplied input for search."
#TIL #programming #postgresql #psql
TIL: websearch_to_tsquery www.postgresql.org/docs/current...
"websearch_to_tsquery creates a tsquery value from querytext using an alternative syntax in which simple unformatted text is a valid query.
#TIL #programming #postgresql #psql
PostgreSQL: Monitoring mit/with „\watch“ geoobserver.de/2025/01/17/p... via @crunchydata #PostgreSQL #psql #gistribe #gischat #fossgis #foss4g #OSGeo #spatial #geospatial #opensource #gis #geo #geoObserver pls RT
Friends of #psql always remember
psqlでovを使用した例。
ov側でalignmentできるのでpsqlの\aでalignmentをoffにしても列が揃う(表示している列の幅に合わせているためスクロールすると変わる)。列の固定は採用せずに列を縮小することで横スクロールを減らす考え方。
#psql #ov