src / test / regress / sql / triggers.sql first 10 lines. - Mailing list pgsql-hackers

From alias
Subject src / test / regress / sql / triggers.sql first 10 lines.
Date
Msg-id CAJA4AWRkt9aN=w8twT7-WV1vb2ojOeK=3Z9MsheoL4V1UjBs_Q@mail.gmail.com
Whole thread Raw
Responses Re: src / test / regress / sql / triggers.sql first 10 lines.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
1 --
2 -- TRIGGERS
3 --
5 -- directory paths and dlsuffix are passed to us in environment variables
6 \getenv libdir PG_LIBDIR
7 \getenv dlsuffix PG_DLSUFFIX
9 \set autoinclib :libdir '/autoinc' :dlsuffix
10 \set refintlib :libdir '/refint' :dlsuffix


I want to play around with  src / test / regress / sql / triggers.sql
Now I  am not sure what the first 10 lines mean. 
Should I just copy these 10 lines in the terminal and not worry about it? 
Or  to get the same result as triggers.out, 
I need to properly understand these 10 lines first. 
 




pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Skipping schema changes in publication
Next
From: vignesh C
Date:
Subject: Re: Multi-Master Logical Replication