summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDick Marinus <dick@mrns.nl>2017-05-06 15:51:47 +0200
committerDick Marinus <dick@mrns.nl>2017-05-06 15:51:47 +0200
commit003181462704ae773c98610e6383c37a7986a73c (patch)
tree0d74390353625414b84da1e32c8b43511293c9a1
parentbb9d8ac38ef76599b39942835bcd82694f7b4f53 (diff)
fix pgspecial update in behave tests
-rw-r--r--changelog.rst1
-rw-r--r--tests/features/fixture_data/help_commands.txt47
2 files changed, 45 insertions, 3 deletions
diff --git a/changelog.rst b/changelog.rst
index 807218ba..92c7afcd 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -25,6 +25,7 @@ Internal changes:
* Behave fix clean up. (Thanks: `Dick Marinus`_).
* Test using behave the tee command (Thanks: `Dick Marinus`_).
* Behave remove boiler plate code (Thanks: `Dick Marinus`_).
+* Behave fix pgspecial update (Thanks: `Dick Marinus`_).
1.5.1
=====
diff --git a/tests/features/fixture_data/help_commands.txt b/tests/features/fixture_data/help_commands.txt
index 3f3dd0b9..cff76ee7 100644
--- a/tests/features/fixture_data/help_commands.txt
+++ b/tests/features/fixture_data/help_commands.txt
@@ -1,21 +1,62 @@
Command
+Description
\#
+Refresh auto-completions.
\?
+Show Commands.
\c[onnect] database_name
-\d [pattern]
+Change to a new database.
+\copy [tablename] to/from [filename]
+Copy data between a file and a table.
+\d[+] [pattern]
+List or describe tables, views and sequences. |
\dT[S+] [pattern]
+List data types
+\db[+] [pattern]
+List tablespaces.
\df[+] [pattern]
+List functions.
\di[+] [pattern]
+List indexes.
+\dm[+] [pattern]
+List materialized views.
\dn[+] [pattern]
+List schemas.
\ds[+] [pattern]
+List sequences.
\dt[+] [pattern]
+List tables.
\du[+] [pattern]
+List roles.
\dv[+] [pattern]
+List views.
+\dx[+] [pattern]
+List extensions.
\e [file]
+Edit the query with external editor.
+\h
+Show SQL syntax and help.
+\i filename
+Execute commands from file.
\l
-\n[+] [name]
+List databases.
+\n[+] [name] [param1 param2 ...]
+List or execute named queries.
\nd [name]
+Delete a named query.
\ns name query
+Save a named query.
+\o [filename]
+Send all query results to file.
+\pager [command]
+Set PAGER. Pring the query results via PAGER. |
+\pset [key] [value]
+A limited version of traditional \pset
\refresh
+Refresh auto-completions.
+\sf[+] FUNCNAME
+Show a function's definition.
\timing
-\x \ No newline at end of file
+Toggle timing of commands.
+\x
+Toggle expanded output.