https://bugs.documentfoundation.org/show_bug.cgi?id=149928
--- Comment #5 from Julien Nabet <[email protected]> --- On pc Debian testing x86-64 with master sources updated today + Postgresql 12.4, I don't reproduce this. Here are the steps I did: - launched Base - clicked "connect to an existing database" - chose "PostgreSQL" - for DBMS, I put: host=127.0.0.1 dbname=test_db - filled "User name" - etc. => file created - clicked on "Tables" - clicked on "Create Table in Design View..." - Field Name => id / Field Type => Integer [int4] - clicked "Save" icon => dialog appeared asking schema + Table Name - chose schema "public" and "test" for table name => dialog appeared asking "Should a primary key be created now?" - clicked "Yes" => No crash Did you do something different from my step by step process? Do you use direct connection to Postgresql or JDBC? What's the version of Postgresql you use? -- You are receiving this mail because: You are the assignee for the bug.
