You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kathey Marsden (JIRA)" <ji...@apache.org> on 2013/12/04 15:54:35 UTC

[jira] [Commented] (DERBY-6415) SYSCS_DIAG.SPACE_TABLE sample query to show all tables and indexes should include schema

    [ https://issues.apache.org/jira/browse/DERBY-6415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13838950#comment-13838950 ] 

Kathey Marsden commented on DERBY-6415:
---------------------------------------

Thanks Kim,

Change looks good.


> SYSCS_DIAG.SPACE_TABLE sample query to show all tables and indexes should include schema
> ----------------------------------------------------------------------------------------
>
>                 Key: DERBY-6415
>                 URL: https://issues.apache.org/jira/browse/DERBY-6415
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.10.1.1
>            Reporter: Kathey Marsden
>            Assignee: Kim Haase
>            Priority: Trivial
>         Attachments: DERBY-6415.diff, rrefsyscsdiagspacetable.html
>
>
> It would be good if the sample query for SYSCS_DIAG.SPACE_TABLE  also showed the schema name as that will be required by SYSCS_UTIL.SYSCS_COMPRESS_TABLE  if the tables are compressed.
> The doc page as at:
> http://db.apache.org/derby/docs/10.10/ref/rrefsyscsdiagspacetable.html
> The query for all tables and indexes could be:
> SELECT sysschemas.schemaname,  T2.*
>     FROM
>         SYS.SYSTABLES systabs, SYS.SYSSCHEMAS sysschemas,
>         TABLE (SYSCS_DIAG.SPACE_TABLE()) AS T2
>     WHERE systabs.tabletype = 'T'
>     AND sysschemas.schemaid = systabs.schemaid
>     AND systabs.tableid = T2.tableid;



--
This message was sent by Atlassian JIRA
(v6.1#6144)