Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-6109

Allow CREATE SYNONYM for table function invocations.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 10.10.1.1
    • None
    • SQL
    • Normal

    Description

      SYNONYMs are a non-standard extension supported by many databases. See DERBY-335. Right now SYNONYMs are only allowed for tables and views. It would be useful (and should be easy) to extend this feature to support SYNONYMs for table function invocations. E.g.:

      CREATE SYNONYM LT0 for TABLE( LT0() )
      CREATE SYNONYM LT0_P for TABLE( LT0('with_provenance') )

      See the discussion of this topic on this email thread: http://apache-database.10148.n7.nabble.com/Limitations-of-Table-Functions-vs-old-VTIs-td127988.html

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rhillegas Richard N. Hillegas
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: