Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9da6508

Browse files
committed
Change \; to ; in RULE, \; unnecessary.
1 parent79e3710 commit9da6508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/tutorial/funcs.source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
--
77
-- Copyright (c) 1994-5, Regents of the University of California
88
--
9-
-- $PostgreSQL: pgsql/src/tutorial/funcs.source,v 1.9 2006/05/11 19:21:14 momjian Exp $
9+
-- $PostgreSQL: pgsql/src/tutorial/funcs.source,v 1.10 2006/05/22 14:08:06 momjian Exp $
1010
--
1111
---------------------------------------------------------------------------
1212

@@ -110,7 +110,7 @@ SELECT name(high_pay()) AS overpaid;
110110
-- SELECT * FROM EMP;
111111
--
112112
-- CREATE FUNCTION clean_EMP () RETURNS integer
113-
-- AS 'DELETE FROM EMP WHERE EMP.salary <= 0\;
113+
-- AS 'DELETE FROM EMP WHERE EMP.salary <= 0;
114114
-- SELECT 1 AS ignore_this'
115115
-- LANGUAGE SQL;
116116
--

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp