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 ?
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?
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?
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 ❤️
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://...');...
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...
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.........
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?
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?
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?
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?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
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!...
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.
getting this while trying to restart the
getting this while trying to restart the database
{
"request_id": "74d6787a-37a2-4a6d-93da-3be4484b8256",
"code": "",...
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.
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.
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. ...