relpipe-data/examples/sql-dk_pg_1.rec.txt
branchv_0
changeset 255 94b533007e77
equal deleted inserted replaced
254:23247d93a012 255:94b533007e77
       
     1 %rec: tables
       
     2 
       
     3 table_schema: pg_catalog
       
     4 table_name: pg_type
       
     5 table_type: BASE TABLE
       
     6 
       
     7 table_schema: pg_catalog
       
     8 table_name: pg_roles
       
     9 table_type: VIEW
       
    10 
       
    11 table_schema: pg_catalog
       
    12 table_name: pg_group
       
    13 table_type: VIEW
       
    14 
       
    15 %rec: types
       
    16 %type: typbyval bool
       
    17 
       
    18 typname: bool
       
    19 typcategory: B
       
    20 typbyval: true
       
    21 
       
    22 typname: bytea
       
    23 typcategory: U
       
    24 typbyval: false
       
    25 
       
    26 typname: char
       
    27 typcategory: S
       
    28 typbyval: true
       
    29 
       
    30 typname: name
       
    31 typcategory: S
       
    32 typbyval: false
       
    33