We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31e634 commit 342f9f7Copy full SHA for 342f9f7
headless-services/commons/jpql/grammars/PostgreSqlLexer.g4
@@ -35,7 +35,7 @@ https://github.com/tunnelvisionlabs/antlr4-grammar-postgresql/blob/master/src/co
35
36
lexer grammar PostgreSqlLexer;
37
/* Reference:
38
- * http://www.postgresql.org/docs/9.3/static/sql-syntax-lexical.html
+ * https://www.postgresql.org/docs/9.3/static/sql-syntax-lexical.html
39
*/
40
41
options {
@@ -1592,7 +1592,7 @@ UnterminatedBlockComment:
1592
1593
//
1594
1595
-// http://www.postgresql.org/docs/9.3/static/app-psql.html
+// https://www.postgresql.org/docs/9.3/static/app-psql.html
1596
1597
MetaCommand: '\\' (~ [\r\n\\"] | '"' ~ [\r\n"]* '"')* ('"' ~ [\r\n"]*)?;
1598
0 commit comments