diff options
Diffstat (limited to 'src/tutorial/syscat.source')
| -rw-r--r-- | src/tutorial/syscat.source | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/tutorial/syscat.source b/src/tutorial/syscat.source index eb765c47364..e410228e117 100644 --- a/src/tutorial/syscat.source +++ b/src/tutorial/syscat.source @@ -17,10 +17,6 @@ -- SET search_path TO pg_catalog; --- The LIKE pattern language requires underscores to be escaped, so make --- sure the backslashes are not misinterpreted. -SET standard_conforming_strings TO on; - -- -- lists the names of all database owners and the name of their database(s) -- @@ -169,7 +165,6 @@ SELECT am.amname, n.nspname, opf.opfname, opr.oprname ORDER BY nspname, amname, opfname, oprname; -- --- Reset the search path and standard_conforming_strings to their defaults +-- Reset the search path to default -- RESET search_path; -RESET standard_conforming_strings; |
