[pgadmin-support] BUG: pgAdmin III - Vacuuming executes incorrect statement

2003-07-12 Thread Matej Rizman
SQL: VACUUM VERBOSE ANALYZE Table public.table_name The correct statement would omit word "Table" and it would be: VACUUM VERBOSE ANALYZE public.table_name pgAdmin III also does not inform user about error that occured during VACUUM. Regards, Matej Rizman -

[pgadmin-support] BUG: pgAdmin III crashes when closing Tip of the day dialog

2003-07-13 Thread Matej Rizman
Version: pgAdmin III 0.8.0 (Jul 10 2003) Steps: 1) Start pgAdmin III 2) Help->Tip of the day... 3) Close the dialog pgAdmin III crashes. Regards, Matej Rizman ---(end of broadcast)--- TIP 2: you can get off all lists at once with

[pgadmin-support] BUG: pgAdmin III - file bugreport.html does not exist

2003-07-13 Thread Matej Rizman
ent slashes (\ and /) in file path. Regards, Matej Rizman ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

[pgadmin-support] BUG: pgAdmin III View table with empty strings

2003-07-16 Thread Matej Rizman
popup menu 4) pgAdmin III shows two apostrophes ('') instead of empty strings. Regards, Matej Rizman ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

[pgadmin-support] PgAdmin III Bug: Constraints not refreshed after adding the constraint

2003-08-02 Thread Matej Rizman
node to show it. If added constraint has a name, then this problem does not occur. Regards, Matej Rizman ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes d

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

2003-08-02 Thread Matej Rizman
works as expected. Second bug (renaming sequences) 1) select any sequence 2) right click on it and select "Properties" 3) change name of the sequence Result: the Ok button is not enabled and the SQL tab does not show any SQL statement. Regards, Matej Rizman

[pgadmin-support] PgAdmin III Bug: adding NOT NULL columns or columns with default values does not work

2003-08-02 Thread Matej Rizman
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. Regards, Matej Rizman ---(end of broadcast

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

2003-08-02 Thread Matej Rizman
, 4) press right key to move cursor to the end of text. Cursor disappears and the edit box does not show remaining text. The remaining text also cannot be edited. Regards, Matej Rizman ---(end of broadcast)--- TIP 1: subscribe and unsubscribe comm

[pgadmin-support] PgAdmin III: Editing constraint properties

2003-08-04 Thread Matej Rizman
Version: PgAdmin III 0.8.0 Devel (Aug 3 2003) Why is not possible to change any property of a constraint (right-click on constraint and select "Properties")? Regards, Matej Rizman ---(end of broadcast)--- TIP 6: Have you searche

[pgadmin-support] PgAdmin III Bug: PgAdmin crashed after dropping database that is accessed by other users

2003-08-04 Thread Matej Rizman
Version: pgAdmin III 0.8.0 Devel (Aug 3 2003) After dropping database that is being accessed by other users pgAdmin III shows message box and crashes. Regards, Matej Rizman ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ

[pgadmin-support] PgAdmin III Bug: cannot enter national characters in query tool

2003-08-17 Thread Matej Rizman
(i.e. key that is used in Slovenian keyboard layout to enter š or ž), the characters [ and \ are displayed correctly. Other characters can be entered without problem. Regards, Matej Rizman ---(end of broadcast)--- TIP 1: subscribe and unsubscribe

[pgadmin-support] PgAdmin III: Two bugs

2003-10-06 Thread Matej Rizman
show up: 1) add new connection to server and enter any database as initial database, 2) connect using this connection, 3) drop database that was entered as an initial database. PgAdmin III shows message that this database cannot be dropped and crashes. Regards, Matej R