Skip to content

Commit 7ac6634

Browse files
author
Erik de Groot
committed
doc: added readme info on defaultIdSort
1 parent 0440f30 commit 7ac6634

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ Check out [node-pg-pool](https://github.com/brianc/node-pg-pool) and [node postg
145145
<td>Boolean</td>
146146
<td>Whether to try SSL/TLS to connect to server</td>
147147
</tr>
148+
<tr>
149+
<td>defaultIdSort</td>
150+
<td>Boolean/String</td>
151+
<td>Set to <code>false</code> to disable default sorting on <code>id</code> column(s). Set to <code>numericIdOnly</code> to only apply to IDs with a number type <code>id</code>.</td>
148152
</tbody>
149153
</table>
150154

0 commit comments

Comments
 (0)