Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 690 Bytes

Variables.md

File metadata and controls

24 lines (15 loc) · 690 Bytes

TDS Foreign data wrapper

  • Author: Geoff Montee
  • Name: tds_fdw
  • File: tds_fdw/Variables.md

Variables

Available Variables

  • tds_fdw.show_before_row_memory_stats - print memory context stats to the PostgreSQL log before each row is fetched.

  • tds_fdw.show_after_row_memory_stats - print memory context stats to the PostgreSQL log after each row is fetched.

  • tds_fdw.show_finished_memory_stats - print memory context stats to the PostgreSQL log when a query is finished.

Setting Variables

To set a variable, use the SET command. i.e.:

postgres=# SET tds_fdw.show_finished_memory_stats=1;
SET