mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 00:28:34 +02:00
Sort schemas in PostgreSQL
This commit is contained in:
@@ -533,7 +533,7 @@ AND typelem = 0"
|
|||||||
}
|
}
|
||||||
|
|
||||||
function schemas() {
|
function schemas() {
|
||||||
return get_vals("SELECT nspname FROM pg_namespace");
|
return get_vals("SELECT nspname FROM pg_namespace ORDER BY nspname");
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_schema() {
|
function get_schema() {
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
Adminer 3.3.2-dev:
|
Adminer 3.3.2-dev:
|
||||||
Don't scroll with AJAX select order and alter move column
|
Don't scroll with AJAX select order and alter move column
|
||||||
Fast number of rows with big tables (PostgreSQL)
|
Fast number of rows with big tables (PostgreSQL)
|
||||||
Sort databases (PostgreSQL)
|
Sort databases and schemas (PostgreSQL)
|
||||||
|
|
||||||
Adminer 3.3.1 (released 2011-07-27):
|
Adminer 3.3.1 (released 2011-07-27):
|
||||||
Fix XSS introduced in Adminer 3.2.0
|
Fix XSS introduced in Adminer 3.2.0
|
||||||
|
Reference in New Issue
Block a user