/* Meta-Daten abfragen */

This commit is contained in:
Sven 2006-08-18 10:57:15 +00:00
parent 4196252314
commit 64940ca975

3
SQL.mw
View File

@ -165,6 +165,9 @@ ALTER USER <user-name> PASSWORD '<new-password>';
*SELECT * FROM pg_proc;
*SELECT * FROM information_schema.routines; (ab PostgreSQL 7.4)
|-
| Einstellungen ||
*SELECT * FROM pg_settings;
*SHOW ALL;
| Version ||
*SELECT version();
|-