Index: java/tools/org/apache/derby/impl/tools/ij/ij.jj
===================================================================
--- java/tools/org/apache/derby/impl/tools/ij/ij.jj	(revision 465417)
+++ java/tools/org/apache/derby/impl/tools/ij/ij.jj	(working copy)
@@ -1648,12 +1648,7 @@
 		[ <IN> schema=identifier() ]
 	{
 		if(t!=null) {
-			// Only show non-system tables by default.
-			// If schema specified (i.e. SYS), also display system tables.
-			if(schema!=null)
-				types = new String[] { "TABLE", "SYSTEM TABLE" };
-			else
-				types = new String[] { "TABLE" };
+		    types = new String[] { "TABLE", "SYSTEM TABLE" };
 		}
 		else if(v!=null)
 			types = new String[] { "VIEW" };
