Skip to content

Commit

Permalink
Add missing doc header.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jan 25, 2013
1 parent 74277a4 commit c24eec8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/pgtap.mmd
Expand Up @@ -3744,6 +3744,8 @@ This function is the inverse of `col_has_default()`. The test passes if the
specified column does *not* have a default. It will still fail if the column specified column does *not* have a default. It will still fail if the column
does not exist, and emit useful diagnostics to let you know. does not exist, and emit useful diagnostics to let you know.


### `col_type_is()` ###

SELECT col_type_is( :schema, :table, :column, :type_schema, :type, :description ); SELECT col_type_is( :schema, :table, :column, :type_schema, :type, :description );
SELECT col_type_is( :schema, :table, :column, :type_schema, :type ); SELECT col_type_is( :schema, :table, :column, :type_schema, :type );
SELECT col_type_is( :schema, :table, :column, :type, :description ); SELECT col_type_is( :schema, :table, :column, :type, :description );
Expand Down

0 comments on commit c24eec8

Please sign in to comment.