File: BUGS

package info (click to toggle)
phppgadmin 4.2.3-1.1squeeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,396 kB
  • ctags: 6,174
  • sloc: php: 68,599; makefile: 215; sh: 41; sql: 16; awk: 9
file content (47 lines) | stat: -rw-r--r-- 1,908 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Internal Bugs List
------------------

This file is used to track current working tasks - just ignore it!

fix getIndexes() and getConstraints() for < 7.3 to know about index type
  (eg. constraints can only be btree indexes)
all DROP and ALTER commands MUST be fully schema-qualified otherwise you can accidentally drop stuff in pg_catalog :(
need icons and Find for Casts and Conversions, Languages, Aggs and OpClasses
dump sequences when dumping tables
fix dumping clustering info

Need to fix:
* After changing password need to update data structures to avoid logouts
* The getType function needs to be ported to 7.2 and 7.3 classes to add
  pretty type name and schema support
* Report login errors
* Don't offer owner change feature if user is not superuser
* check use of apostrophes, etc. in tree menu
* add different null formats to import and export
* make browser language detection only happen when language is set
  to 'auto'.  make that the default.
* float and decimal types aren't listed.
* Click 'Run' on this report doesn't work (only column 2 is displayed):

	SELECT
	1,
	2;

* redirect.php doesn't work for database's after certain tabs have been
  selected, eg. 'Variables', 'Processes'.

NEEDS TESTING
-------------

* COPY should work in normal sql screen and sql popup window
* notice on viewing reports page - does this still occur?
* highlight things on the info stats page
* advanced stats functions
* prevent the user from dropping all the superusers
* rename function in 7.2 and below doesn't come back to the correct function
* Fix SQL window parent update to not update any random window
* Show owner on privileges screen?
* Allows tabs in textareas on IE: http://devilock.mine.nu/textarea_tab.html
* add help links everywhere.  fix formatting of help links.
* Deal with named parameters that have ',' in the type name
* make sure composite types are found in the find feature