View Data is not getting the correct primary key in pgAdminIII 1.4.1
I have a table shown below which shows it correctly.
When I got "view data", the [PK] shows up on the last column, not the correct
one and deletes fail.
CREATE TABLE users
(
email text NOT NULL,
"password" text NOT NULL,
Thanks, applied.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Magnus Hagander
> Sent: 10 January 2006 19:33
> To: [email protected]
> Subject: [pgadmin-hackers] Commandline patch oops
>
> Oopsie. If you try to autoconnect to a d
Author: dpage
Date: 2006-01-11 09:23:37 + (Wed, 11 Jan 2006)
New Revision: 4888
Modified:
trunk/pgadmin3/src/pgAdmin3.cpp
Log:
Oopsie. If you try to autoconnect to a database that doesn't exist (or
is stopped), pgadmin will happily crash. Attached patch fixes this.
[Magnus Hagander]
Modifi
Thanks, patch applied.
> -Original Message-
> From: Magnus Hagander [mailto:[EMAIL PROTECTED]
> Sent: 10 January 2006 19:52
> To: Dave Page; [email protected]
> Subject: RE: [pgadmin-hackers] Copy quoting
>
> > > Therefore, included is also a second patch which creates
> n
Author: dpage
Date: 2006-01-11 09:19:12 + (Wed, 11 Jan 2006)
New Revision: 4887
Modified:
trunk/pgadmin3/CHANGELOG.txt
trunk/pgadmin3/docs/en_US/options-tab3.html
trunk/pgadmin3/src/ctl/ctlSQLResult.cpp
trunk/pgadmin3/src/frm/frmOptions.cpp
trunk/pgadmin3/src/include/sysSettings