sql_guide.hlp
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:4k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. .pgaw:Help.f.t configure -tabs {170 400}
  2. .pgaw:Help.f.t insert end 
  3. "SQL guiden" {title} 
  4. "
  5. " {} "ABORT" {link abort} " Aborts the current transaction
  6. " {} "ALTER TABLE" {link alter_table} " Modifies table properties
  7. " {} "ALTER USER" {link alter_user} " Modifies user account information 
  8. " {} "BEGIN" {link begin} " Begins a transaction in chained mode 
  9. " {} "CLOSE" {link close} " Close a cursor 
  10. " {} "CLUSTER" {link cluster} " Gives storage clustering advice to the backend 
  11. " {} "COMMIT" {link commit} " Commits the current transaction 
  12. " {} "COPY" {link copy} " Copies data between files and tables 
  13. " {} "CREATE AGGREGATE" {link create_aggregate} " Defines a new aggregate function 
  14. " {} "CREATE DATABASE" {link create_database} " Creates a new database 
  15. " {} "CREATE FUNCTION" {link create_function} " Defines a new function 
  16. " {} "CREATE INDEX" {link create_index} " Constructs a secondary index 
  17. " {} "CREATE LANGUAGE" {link create_language} " Defines a new language for functions 
  18. " {} "CREATE OPERATOR" {link create_operator} " Defines a new user operator 
  19. " {} "CREATE RULE" {link create_rule} " Defines a new rule 
  20. " {} "CREATE SEQUENCE" {link create_sequence} " Creates a new sequence number generator 
  21. " {} 
  22. "CREATE TABLE" {link create_table} " Creates a new table 
  23. " {} "CREATE TABLE AS" {link create_table_as} " Creates a new table 
  24. " {} "CREATE TRIGGER" {link create_trigger} " Creates a new trigger 
  25. " {} "CREATE TYPE" {link create_type} " Defines a new base data type 
  26. " {} "CREATE USER" {link create_user} " Creates account information for a new user 
  27. " {} "CREATE VIEW" {link create_view} " Constructs a virtual table 
  28. " {} "DECLARE" {link declare} " Defines a cursor for table access 
  29. " {} "DELETE" {link delete} " Deletes rows from a table 
  30. " {} "DROP AGGREGATE" {link drop_aggregate} " Removes the definition of an aggregate function 
  31. " {} "DROP DATABASE" {link drop_database} " Destroys an existing database 
  32. " {} "DROP FUNCTION" {link drop_function} " Removes a user-defined C function 
  33. " {} "DROP INDEX" {link drop_index} " Removes an index from a database 
  34. " {} "DROP LANGUAGE" {link drop_language} " Removes a user-defined procedural language 
  35. " {} "DROP OPERATOR" {link drop_operator} " Removes an operator from the database 
  36. " {} "DROP RULE" {link drop_rule} " Removes an existing rule from the database 
  37. " {} "DROP SEQUENCE" {link drop_sequence} " Removes an existing sequence 
  38. " {} "DROP TABLE" {link drop_table} " Removes existing tables from a database 
  39. " {} "DROP TRIGGER" {link drop_trigger} " Removes the definition of a trigger 
  40. " {} "DROP TYPE" {link drop_type} " Removes a user-defined type from the system catalogs 
  41. " {} "DROP USER" {link drop_user} " Removes an user account information 
  42. " {} "DROP VIEW" {link drop_view} " Removes an existing view from a database 
  43. " {} "EXPLAIN" {link explain} " Shows statement execution details
  44. " {} "FETCH" {link fetch} " Gets rows using a cursor
  45. " {} "GRANT" {link grant} " Grants access privilege to a user, a group or all users 
  46. " {} "INSERT" {link insert} " Inserts new rows into a table
  47. " {} "LISTEN" {link listen} " Listen for notification on a notify condition
  48. " {} "LOAD" {link load} " Dynamically loads an object file 
  49. " {} "LOCK" {link lock} " Explicit lock of a table inside a transaction 
  50. " {} "MOVE" {link move} " Moves cursor position
  51. " {} "NOTIFY" {link notify} " Signals all frontends and backends listening on a notify condition
  52. " {} "RESET" {link reset} " Restores run-time parameters for session to default values 
  53. " {} "REVOKE" {link revoke} " Revokes access privilege from a user, a group or all users. 
  54. " {} "ROLLBACK" {link rollback} " Aborts the current transaction 
  55. " {} "SELECT" {link select} " Retrieve rows from a table or view. 
  56. " {} "SELECT INTO" {link select_into} " Create a new table from an existing table or view 
  57. " {} "SET" {link set} " Set run-time parameters for session 
  58. " {} "SHOW" {link show} " Shows run-time parameters for session 
  59. " {} "UNLISTEN" {link unlisten} " Stop listening for notification
  60. " {} "UPDATE" {link update} " Replaces values of columns in a table
  61. " {} "VACUUM" {link vacuum} " Clean and analyze a Postgres database
  62. "