1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 09:34:10 +02:00

Update TODO

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1502 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2010-04-26 16:24:24 +00:00
parent 31b7b3a101
commit ead766d3e0

View File

@@ -35,12 +35,13 @@ Backward keys in Editor
PostgreSQL:
Users - SELECT * FROM pg_user
ORDER BY COUNT(*)
Table schema
Table schema - SELECT * FROM pg_namespace, CREATE|ALTER|DROP SCHEMA, SET default_tablespace
Export - http://www.postgresql.org/docs/8.4/static/functions-info.html
Table status - http://www.postgresql.org/docs/8.4/static/functions-admin.html
Column rights - http://www.postgresql.org/docs/8.4/static/functions-info.html
Dollar terminated string in SQL command
Move table - ALTER TABLE SET SCHEMA
Sequences
bool in Editor
Check PDO driver