Neon

N

Neon

The official Neon Database Discord

Join

🙏|feedback

❓|questions-and-answers

🐘|postgres

tame-yellow
tame-yellow4/11/2025

Why I am getting such error??plzz

Why I am getting such error??plzz someone help me out
No description
optimistic-gold
optimistic-gold4/10/2025

Sorry to bother but is there a tutorial

Sorry to bother but is there a tutorial which would help me connect neon postgre sql and run sql queries ?
optimistic-gold
optimistic-gold4/3/2025

Hello, I am new to Neon platform. My

Hello, I am new to Neon platform. My project is using AWS RDS postgres database in mumbai location. While creating the account, I cant find mumbai location for migrating my database to Neon. Is there any solution to deploy neon in Mumbai aws region?
quickest-silver
quickest-silver4/3/2025

Hello, on my table i had inserted 75

Hello, on my table i had inserted 75 entries. At my project on the tables section when i go to watch my table's entries i get only 50 and if i remove them. Then i'm able to see the 25 remaining. This impacts my project too because all the entries should be visible. Is there anything i can do to prevent this and be able to have visible all my entries?
quickest-silver
quickest-silver4/2/2025

Hello again, by them term of Storage.

Hello again, by them term of Storage. What is the meaning? Like the data i entry on a table should not exceed this limit. Or is it something else like the storage of the tables i can create? thanks in advance ❤️
passive-yellow
passive-yellow4/2/2025

Yep, but it looks like that's not the

Yep, but it looks like that's not the right OID for _int8: ``` const { neon, types } = await import('@neondatabase/serverless'); const sql = neon('postgresql://...');...
correct-apricot
correct-apricot4/1/2025

Hi, I'm getting an error when trying to

Hi, I'm getting an error when trying to create a materialised view in Neon. The error only occurs in neon and not in other postgres databases. Can you help? Error details below :- CREATE MATERIALIZED VIEW results_per_castor_record_mv AS SELECT * FROM...
other-emerald
other-emerald4/1/2025

Hello gays i face this error when i

Hello gays i face this error when i visit tables tab in Neon Console, please anyone help me.........
quickest-silver
quickest-silver4/1/2025

Datetime

Hello guys, i'm new to neon. i try to build a local app with neon as the DB. i entry some data to a datagrid. when i data instert i keep track of it on my DB as Insert_date with DATE datatype. but i actually want to have the exact time not just the day it is inserted. can someone help me?
correct-apricot
correct-apricot3/31/2025

IOPS

Hi folks! I am new to Neon and currently exploring it to have a db-per-tenant. From reading the docs, I can see that Neon is superior to Aurora Serverless V2 (at least for the points I care about). But I am not able to find documentation on how many IOPs are supported per DB on Neon. Does anyone have an idea?
optimistic-gold
optimistic-gold3/28/2025

Is there a Postgres function I can use

Is there a Postgres function I can use to find out what branch I am on and if it is protected?
fair-rose
fair-rose3/24/2025

Hi there. I'm able to connect to my

Hi there. I'm able to connect to my NeonDB fine from home on my Windows machine (via pgAdmin) but when I try on my mac at work, I get connection timeout expired every time. Could this be a firewall issue at work? Do I need some kind of cert on my mac os?
robust-apricot
robust-apricot3/24/2025

i Am getting this error from 5 days

i Am getting this error from 5 days
vicious-gold
vicious-gold3/21/2025

I would like to access my db through

I would like to access my db through psql but I can't log in due to incorrect password. How do i find or reset my neon password? The account is linked with thourgh vercel and github. Can't seem to find where i can reset my password
ratty-blush
ratty-blush3/17/2025

Hello everyone!

Hello everyone! I am new to Neon and was wondering if there are real benefits of using unlogged tables compared to normal tables taking into account Neon's architecture. Is there as much difference compared to a normal server when using unlogged vs normal tables? Thank you!...
inland-turquoise
inland-turquoise3/15/2025

My database isn't reachable. I see few

My database isn't reachable. I see few other people also facing same issue in general chat.
inland-turquoise
inland-turquoise3/11/2025

getting this while trying to restart the

getting this while trying to restart the database { "request_id": "74d6787a-37a2-4a6d-93da-3be4484b8256", "code": "",...
sensitive-blue
sensitive-blue2/28/2025

Hello everyone, I'm facing an issue, it

Hello everyone, I'm facing an issue, it seems in my Neon postgres db any changes that I make like update a table or inserting data trough postman is not getting saved, after some time the data just disappears, I'm on the free plan could that be the reason?, i have only made around 3 entries.
extended-salmon
extended-salmon2/27/2025

I am facing an issue in viewing my

I am facing an issue in viewing my database in Neon UI atleast from around 15 days. Attaching bug report. Is anyone else also facinf same issue However DB seems to be working fine, when connecting via application.
ratty-blush
ratty-blush2/24/2025

Hey 👋 I hope this is the right place

Hey 👋 I hope this is the right place to ask. My team is hosting a project on Vercel, and we are having some trouble with cold-starts (I suspect) on our Neon postgres database. What ends up happening is that the call from our Vercel app times out after 30 seconds waiting for a call to neon. ...