Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanunsal committed May 11, 2019
1 parent d865fda commit fb73219
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ And modify your search path to include `_rrule` schema:

We create a table (in a newly created `_rrule` schema) called `RRULE` to generate start dates from rule criteria. The table constraints enforce the validity of dates in the table.

All of the types and functions are created in that schema. You can parse or query `RRULE` specifications.

## Example

Parsing RRULE.
Expand Down Expand Up @@ -58,7 +60,6 @@ newuser@newuser >> select '
(1 row)
```

All of the types and functions are created in that schema.

### [`RRULE`](https://github.com/volkanunsal/postgres-rrule/blob/master/src/types/types.sql#L19-L36) Operators

Expand Down

0 comments on commit fb73219

Please sign in to comment.