Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12643, comment 11


Ignore:
Timestamp:
Jun 11, 2017, 4:53:46 AM (7 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12643, comment 11

    initial v1  
    3636
    3737{{{#!sql
    38  SELECT * FROM information_schema.columns WHERE table_schema
    39 .................... ='public' AND table_name='enum';
     38> SELECT * FROM information_schema.columns WHERE table_name='
     39.................... enum';
    4040+-----------------+----------------+--------------+---------------+-------------
    4141| table_catalog   | table_schema   | table_name   | column_name   |   ordinal_po
     
    4444| teo             | public         | enum         | name          |
    4545| teo             | public         | enum         | value         |
     46| teo             | public         | enum         | description   |
    4647+-----------------+----------------+--------------+---------------+-------------
    47 SELECT 3
     48SELECT 4
    4849}}}
    4950