Connect to Postgres
https://xata.io/docs/postgres#export tried pg_dump like in the documentation but got error 'pg_dump: error: query failed: SSL SYSCALL error: EOF detected', probably issue with sslmode=require
Hey any chance sorting would support
Hey any chance sorting would support nested JSON object keys? i can't directly use raw query since i need other stuff as well
quick question, how can i get all
quick question, how can i get all records who do not have a linked entry, for example
...
const entries = await variables.database.db.markets.filter('card.id', null).getAll();
const entries = await variables.database.db.markets.filter('card.id', null).getAll();
Hi there, has anyone used Flyway with
Hi there, has anyone used Flyway with Xata? We use Spring Boot with Flyway and it calls SET ROLE under the hood which leads to an error, cause SET ROLE is not supported
Query Table Data
The formatting on this page https://xata.io/docs/api-reference/db/db_branch_name/tables/table_name/query#pagination is hella broken for me. Tried on a couple browsers to make sure it was not just firefox.
Hi, just one small thing:
Hi, just one small thing:
In the docs for the Postgres connection string, the examples are missing
?sslmode=require
. Which results in all the clients/apps (cli, drizzle, or apps) to get a dropped connection (hangs).
The connection string in the admin panel however, has the query param and is working flawlessly.
I suggest including the search query of the url in the docs and maybe even mention that we can just copy-paste it in the db settings in the admin panel....hi one question, the xata_id its always
hi one question, the xata_id its always a string? it could not be like 1 2 3 4 5 6 ?
hi im just testing xata, i need to
hi im just testing xata, i need to create a inventory management system for my business, you guys recommend me xata? xata have branches? like one branch for dev and another for staging and one for prod?
Wink wink. Day 4 of our Easter Egg hunt!
Wink wink. Day 4 of our Easter Egg hunt!
Riddle: What programming language was pgzx built for?
Know the answer? Fill out the form for a chance to win a Meta Quest 3...

Hi,
Hi,
How do i delete a file from a record?
When I delete the file from Xata app UI, and i refresh the page, the file reappears.
I was testing a feature to update images on a Nextjs app and at first, I thought maybe it was Nextjs aggressive caching behavior but replacing the current file in the record with ANY file works both on the Nexjs app and Xata UI (I have no problem with that) but trying to delete it both from Xata's UI and my app fails....
Hi,
Hi,
I am working on a project on behalf of someone who is not a developer. I may have started the development with my personal account and so the db is linked to account. How easy is it to migrate the db from my account to their account. Should I stop and refactor now or is there any easy way to switch to their account during deployment and for production ?...
How Xata works
Have any way to access the PostgreSQL database directly? I plan to run tests with JetBrains Aqua...
https://xata.io/docs/concepts/how-it-works...
Drizzle with Xata
In view of the following warning:
"The integration of Drizzle with Xata is in active development and is considered experimental."
Does
@xata.io/drizzle
have any limitations other than Drizzle Migrations and Transactions?
https://xata.io/docs/integrations/drizzle...Native support for IPFS (Interplanetary ...
@kostas, I've just added a new feature request:
https://feedback.xata.io/feature-requests/p/native-support-for-ipfs-interplanetary-file-system...
Hey alexf, thank you!, currently I am
Hey alexf, thank you!, currently I am using xata in a side project just waiting for features that are on roadmap like
pg_dump
and pg_restore
so I can import my data, great product tho :xatafly:Actually Cockroach doesn't support this
Actually Cockroach doesn't support this feature, which tbh makes support here potentially simpler. You could just treat malformed postgres versions as <15 and should be good to go.
I can throw together a PR if it's helpful...