public inbox for [email protected]
help / color / mirror / Atom feedIssue with Saving Data Changes in Latest pgAdmin Version
2+ messages / 2 participants
[nested] [flat]
* Issue with Saving Data Changes in Latest pgAdmin Version
@ 2025-02-12 17:16 [email protected]
0 siblings, 1 reply; 2+ messages in thread
From: [email protected] @ 2025-02-12 17:16 UTC (permalink / raw)
To: [email protected]
Dear pgAdmin Support Team,
Since installing the latest version of pgAdmin, I've encountered an issue
when adding a new row via the GUI. The "Save Data Changes" function no
longer works due to a primary key field. This field has a default value, and
I'm not entering anything manually into it.
In previous versions, pgAdmin automatically handled the next value from the
sequence, but this no longer seems to be the case.
Thank you in advance for your assistance.
Kind regards,
Aljoša Abrahamsberg
Studio GIS d.o.o.
Gornje Lepovče 22, SI-1310 Ribnica
Tel: +386 (0)30 709 919
<mailto:[email protected]> [email protected]
<http://www.ekomunala.com/; www.ekomunala.com
Attachments:
[image/png] image001.png (14.1K, 3-image001.png)
download | view image
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Issue with Saving Data Changes in Latest pgAdmin Version
@ 2025-02-13 11:04 Akshay Joshi <[email protected]>
parent: [email protected]
0 siblings, 0 replies; 2+ messages in thread
From: Akshay Joshi @ 2025-02-13 11:04 UTC (permalink / raw)
To: [email protected]; +Cc: [email protected]
Hi Aljoša,
I am not able to reproduce the issue. If I understand correctly following
is my table DDL:
CREATE TABLE public.test_serial
(
id serial NOT NULL,
name character varying,
PRIMARY KEY (id)
);
When I add a few rows via the GUI I can Save it with the proper sequence
value.
[image: Screenshot 2025-02-13 at 4.27.20 PM.png].
[image: Screenshot 2025-02-13 at 4.27.30 PM.png]
Please provide the exact reproduction steps.
On Thu, Feb 13, 2025 at 4:17 PM <[email protected]> wrote:
> Dear pgAdmin Support Team,
>
> Since installing the latest version of pgAdmin, I’ve encountered an issue
> when adding a new row via the GUI. The "Save Data Changes" function no
> longer works due to a primary key field. This field has a default value,
> and I’m not entering anything manually into it.
>
> In previous versions, pgAdmin automatically handled the next value from
> the sequence, but this no longer seems to be the case.
>
> Thank you in advance for your assistance.
>
>
>
>
>
> Kind regards,
>
>
>
> Aljoša Abrahamsberg
>
> *Studio GIS d.o.o.*Gornje Lepovče 22, SI-1310 Ribnica
> Tel: +386 (0)30 709 919
> [email protected]
> www.ekomunala.com
>
>
>
>
>
>
>
Attachments:
[image/png] image001.png (14.1K, 3-image001.png)
download | view image
[image/png] Screenshot 2025-02-13 at 4.27.20 PM.png (78.3K, 4-Screenshot%202025-02-13%20at%204.27.20%E2%80%AFPM.png)
download | view image
[image/png] Screenshot 2025-02-13 at 4.27.30 PM.png (66.7K, 5-Screenshot%202025-02-13%20at%204.27.30%E2%80%AFPM.png)
download | view image
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2025-02-13 11:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-02-12 17:16 Issue with Saving Data Changes in Latest pgAdmin Version [email protected]
2025-02-13 11:04 ` Akshay Joshi <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox