File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
CN/modules/ROOT/pages/master Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2266,7 +2266,7 @@ pg_get_viewdef
22662266SELECT company.id,+ company.name, + company.age + FROM company;
22672267(1 row)
22682268postgres=#
2269-
2269+ ----
22702270|===
22712271
22722272
@@ -3057,7 +3057,7 @@ pg_current_xact_id
30573057720
30583058(1 row)
30593059postgres=#
3060- ---
3060+ ----
30613061|===
30623062
30633063
@@ -3328,7 +3328,7 @@ txid_current_snapshot
33283328 txid_current_snapshot \| txid_snapshot
33293329 (1 row)
33303330postgres=#
3331-
3331+ ----
33323332|===
33333333
33343334
37983798postgres=# select websearch_to_tsquery('english', '"fat rat" or cat dog');
37993799websearch_to_tsquery
38003800---------------------------------
3801- 'fat' <-> 'rat' | 'cat' & 'dog'
3801+ 'fat' <-> 'rat' \ | 'cat' & 'dog'
38023802(1 row)
38033803postgres=#
38043804----
You can’t perform that action at this time.
0 commit comments