Skip to content

Commit

Permalink
Merge pull request #398 from NicolaF/master
Browse files Browse the repository at this point in the history
Fix #397: document postgres vendor params
  • Loading branch information
robin850 committed Oct 5, 2017
2 parents ddf1cd3 + e629dd1 commit 4c195b7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions documentation/reference/schema.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,18 @@ PCTIncrease | 0
Tablespace | L_128K
```

#### PostgreSQL Cendor Info ####

Propel supports the following vendor parameters for PostgreSQL (vendor type is `pgsql`):

```
Name | Example values
-----------------|---------------
// in <foreign-key> element
deferrable | true
initiallyDeferred| false
```

### Using Custom Platform ###

For overriding the mapping between Propel types and native SQL types, you can create your own Platform class and override the mapping.
Expand Down

0 comments on commit 4c195b7

Please sign in to comment.