1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

contrib/tsm_system_rows

This commit is contained in:
Simon Riggs
2015-05-15 15:31:14 -04:00
parent 149f6f1576
commit 4d40494b11
7 changed files with 390 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# tsm_system_rows extension
comment = 'SYSTEM TABLESAMPLE method which accepts number rows as a limit'
default_version = '1.0'
module_pathname = '$libdir/tsm_system_rows'
relocatable = true