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

Commitd37e93a

Browse files
committed
#definitions for pg_attrdef & pg_relcheck names
1 parentcc332d6 commitd37e93a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/include/catalog/catname.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: catname.h,v 1.2 1996/10/31 09:47:02 scrappy Exp $
9+
* $Id: catname.h,v 1.3 1997/08/21 04:33:20 vadim Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -45,6 +45,8 @@
4545
#defineUserRelationName "pg_user"
4646
#defineVariableRelationName "pg_variable"
4747
#defineVersionRelationName "pg_version"
48+
#defineAttrDefaultRelationName "pg_attrdef"
49+
#defineRelCheckRelationName "pg_relcheck"
4850

4951
externchar*SharedSystemRelationNames[];
5052

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp