-
Notifications
You must be signed in to change notification settings - Fork 679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic key generation on insert in query tool #8341
Comments
@Covarians What is the error? Please share screenshots/screen recording. |
cannot insert a non-DEFAULT value into column "station_id" |
Please share the table DDL. |
-- Table:station -- DROP TABLE IF EXISTS station; CREATE TABLE IF NOT EXISTS station TABLESPACE pg_default; ALTER TABLE IF EXISTS station |
When we use the view/edit data on a table with a primary key, in version 8.13 it was possible to insert a new row with the 'Add row' button and when saving pgadmin would generate the key automatically for that new row.
On version 8.14 this same action leads to an error.
I had to reverse down to 8.13 to be able to use PGAdmin
The text was updated successfully, but these errors were encountered: