Thanks to visit codestin.com Credit goes to github.com
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 c167863 commit 9dcd8c5Copy full SHA for 9dcd8c5
src/include/catalog/pg_language.h
@@ -7,7 +7,7 @@
7
*
8
* Copyright (c) 1994, Regents of the University of California
9
10
- * $Id: pg_language.h,v 1.8 1999/02/13 23:21:11 momjian Exp $
+ * $Id: pg_language.h,v 1.9 1999/10/06 18:20:31 momjian Exp $
11
12
* NOTES
13
* the genbki.sh script reads this file and generates .bki
@@ -65,8 +65,6 @@ typedef FormData_pg_language *Form_pg_language;
65
DATA(insert OID = 11 ( internal f 0 0 "n/a" ));
66
DESCR("");
67
#define INTERNALlanguageId 11
68
-DATA(insert OID = 12 ( lisp f 0 0 "/usr/ucb/liszt" ));
69
-DESCR("");
70
DATA(insert OID = 13 ( "C" f 0 0 "/bin/cc" ));
71
72
#define ClanguageId 13
0 commit comments