Trending

#psql

Latest posts tagged with #psql on Bluesky

Latest Top
Trending

Posts tagged #psql

Preview
Cómo trabajar con nuestra base de datos PostgreSQL usando psql El programa psql permite interactuar con nuestra base de datos PostgreSQL desde el terminal de comandos sin necesidad de una interfaz gráfica.

💻 ¿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  

0 0 0 0

🎨 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

1 0 1 0
Preview
Cómo trabajar con nuestra base de datos PostgreSQL usando psql El programa psql permite interactuar con nuestra base de datos PostgreSQL desde el terminal de comandos sin necesidad de una interfaz gráfica.

💻 ¿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  

0 0 0 0
Post image

Пять возможностей PostgreSQL, о которых редко вспоминают Привет, Хабр! Постгрес – не просто реляционная БД, а нас...

#psql #postgresql #базы #данных #оптимизация #запросов #права #доступа #диапазонные #типы #производительность

Origin | Interest | Match

0 0 0 0
Preview
Cómo trabajar con nuestra base de datos PostgreSQL usando psql El programa psql permite interactuar con nuestra base de datos PostgreSQL desde el terminal de comandos sin necesidad de una interfaz gráfica.

💻 ¿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  

0 0 0 0
Preview
Cómo trabajar con nuestra base de datos PostgreSQL usando psql El programa psql permite interactuar con nuestra base de datos PostgreSQL desde el terminal de comandos sin necesidad de una interfaz gráfica.

💻 ¿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  

1 0 0 0

A few days ago I missed an important detail in my post on #psql and /etc/shadow.

0 0 0 0

#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/

0 0 1 0

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

0 0 0 0
Preview
Cómo trabajar con nuestra base de datos PostgreSQL usando psql El programa psql permite interactuar con nuestra base de datos PostgreSQL desde el terminal de comandos sin necesidad de una interfaz gráfica.

💻 ¿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  

0 0 0 0
Post image

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

0 0 0 0
Preview
WIP: Add PostgreSQL protocol support to ChronDB by avelino · Pull Request #16 · moclojer/chrondb This commit implements a PostgreSQL-compatible SQL server for ChronDB, allowing users to query the database using standard PostgreSQL clients like psql. Key changes: Add SQL server implementation ...

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

7 1 0 0
Awakari App

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

0 0 0 0
Preview
Cómo trabajar con nuestra base de datos PostgreSQL usando psql El programa psql permite interactuar con nuestra base de datos PostgreSQL desde el terminal de comandos sin necesidad de una interfaz gráfica.

💻 ¿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  

0 0 0 0
Awakari App

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

0 0 0 0
Awakari App

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

0 0 0 0

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

0 0 0 0

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

0 0 0 0
Preview
12.3. Controlling Text Search 12.3. Controlling Text Search # 12.3.1. Parsing Documents 12.3.2. Parsing Queries 12.3.3. Ranking Search Results 12.3.4. Highlighting Results To implement full …

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

0 0 1 0
Post image

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

1 0 0 0
Post image

Friends of #psql always remember

1 0 0 0
Post image

psqlでovを使用した例。
ov側でalignmentできるのでpsqlの\aでalignmentをoffにしても列が揃う(表示している列の幅に合わせているためスクロールすると変わる)。列の固定は採用せずに列を縮小することで横スクロールを減らす考え方。
#psql #ov

0 0 0 0

This is how you export a #postgres query to a #csv using #psql

psql $DATABASE_URL -c "\copy (SELECT account_id, email, COUNT(*) AS duplicate_count FROM customers GROUP BY account_id, email HAVING COUNT(*) > 1) TO '.' WITH CSV HEADER;"

1 0 0 0
Preview
tabulate Pretty-print tabular data

#tabulate: render your #pandas DataFrame for different table formatters #markdown #emacs #orgmode #psql https://pypi.python.org/pypi/tabulate #python

0 0 0 0