Re: [pgadmin-support] PgAdmin III Bug: Constraints not refreshed

2003-08-03 Thread Andreas Pflug
Matej Rizman wrote: Version: pgAdmin III 0.8.0 Devel (Jul 30 2003) Steps: 1) open pgAdmin III, go to arbitrary table and select its constraints 2) add new constraint with empty name (i.e. leave field Name empty) Result: added constraint is not shown in list of constraints and you have to refresh

Re: [pgadmin-support] PgAdmin III Bug: editing long varchar columns

2003-08-03 Thread Andreas Pflug
Matej Rizman wrote: Version: PgAdmin III 0.8.0 Devel (Jul 30 2003) Platform: Windows XP To reproduce this error do the following steps: 1) select table that has varchar column with some long text in it, 2) right click on this table and select "View data", 3) double click on previously mentioned lo

Re: [pgadmin-support] PgAdmin III Bug: adding NOT NULL columns or

2003-08-03 Thread Andreas Pflug
Matej Rizman wrote: Version: PgAdmin III 0.8.0 Devel (Jul 30 2003) Adding NOT NULL columns or columns with default values to existing tables does not work. Reason: PgAdmin III creates unsupported version of ALTER TABLE SQL statement. Thanks, fixed in CVS. Regards, Andreas

Re: [pgadmin-support] PgAdmin III Bugs: Ctrl-X and renaming sequences

2003-08-03 Thread Andreas Pflug
Matej Rizman wrote: pgAdmin III version 0.8.0 Devel (Jul 30 2003) First bug (Ctrl-X does not work) 1) Open pgAdmin III and press SQL button in toolbar 2) write some text and select it 3) press Ctrl-X Result: the text is not copied to clipboard. Shortcuts Ctrl-V and Ctrl-C work as expected. The me