File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (c) 2000-2007, PostgreSQL Global Development Group
5
5
*
6
- * $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.160 2007/10/16 18:02:26 tgl Exp $
6
+ * $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.161 2007/11/07 14:07:21 petere Exp $
7
7
*/
8
8
#include "postgres_fe.h"
9
9
#include "describe.h"
@@ -1339,7 +1339,7 @@ describeOneTableDetails(const char *schemaname,
1339
1339
printfPQExpBuffer (& buf , _ ("Rules:" ));
1340
1340
break ;
1341
1341
case 1 :
1342
- printfPQExpBuffer (& buf , _ ("Disabled Rules :" ));
1342
+ printfPQExpBuffer (& buf , _ ("Disabled rules :" ));
1343
1343
break ;
1344
1344
case 2 :
1345
1345
printfPQExpBuffer (& buf , _ ("Rules firing always:" ));
@@ -1411,7 +1411,7 @@ describeOneTableDetails(const char *schemaname,
1411
1411
printfPQExpBuffer (& buf , _ ("Triggers:" ));
1412
1412
break ;
1413
1413
case 1 :
1414
- printfPQExpBuffer (& buf , _ ("Disabled Triggers :" ));
1414
+ printfPQExpBuffer (& buf , _ ("Disabled triggers :" ));
1415
1415
break ;
1416
1416
case 2 :
1417
1417
printfPQExpBuffer (& buf , _ ("Triggers firing always:" ));
You can’t perform that action at this time.
0 commit comments