src / test / regress / sql / triggers.sql first 10 lines.

From: alias <postgres(dot)rocks(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: src / test / regress / sql / triggers.sql first 10 lines.
Date: 2022-04-28 11:50:56
Message-ID: CAJA4AWRkt9aN=w8twT7-WV1vb2ojOeK=3Z9MsheoL4V1UjBs_Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

1
<https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/test/regress/sql/triggers.sql;h=83cd00f54f0f45ffc73e7ffc3f02506f346cfcdd;hb=7103ebb7aae8ab8076b7e85f335ceb8fe799097c#l1>
--
2
<https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/test/regress/sql/triggers.sql;h=83cd00f54f0f45ffc73e7ffc3f02506f346cfcdd;hb=7103ebb7aae8ab8076b7e85f335ceb8fe799097c#l2>
-- TRIGGERS
3
<https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/test/regress/sql/triggers.sql;h=83cd00f54f0f45ffc73e7ffc3f02506f346cfcdd;hb=7103ebb7aae8ab8076b7e85f335ceb8fe799097c#l3>
--
4
<https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/test/regress/sql/triggers.sql;h=83cd00f54f0f45ffc73e7ffc3f02506f346cfcdd;hb=7103ebb7aae8ab8076b7e85f335ceb8fe799097c#l4>
5
<https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/test/regress/sql/triggers.sql;h=83cd00f54f0f45ffc73e7ffc3f02506f346cfcdd;hb=7103ebb7aae8ab8076b7e85f335ceb8fe799097c#l5>
-- directory paths and dlsuffix are passed to us in environment variables
6
<https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/test/regress/sql/triggers.sql;h=83cd00f54f0f45ffc73e7ffc3f02506f346cfcdd;hb=7103ebb7aae8ab8076b7e85f335ceb8fe799097c#l6>
\getenv libdir PG_LIBDIR
7
<https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/test/regress/sql/triggers.sql;h=83cd00f54f0f45ffc73e7ffc3f02506f346cfcdd;hb=7103ebb7aae8ab8076b7e85f335ceb8fe799097c#l7>
\getenv dlsuffix PG_DLSUFFIX
8
<https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/test/regress/sql/triggers.sql;h=83cd00f54f0f45ffc73e7ffc3f02506f346cfcdd;hb=7103ebb7aae8ab8076b7e85f335ceb8fe799097c#l8>
9
<https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/test/regress/sql/triggers.sql;h=83cd00f54f0f45ffc73e7ffc3f02506f346cfcdd;hb=7103ebb7aae8ab8076b7e85f335ceb8fe799097c#l9>
\set autoinclib :libdir '/autoinc' :dlsuffix
10
<https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/test/regress/sql/triggers.sql;h=83cd00f54f0f45ffc73e7ffc3f02506f346cfcdd;hb=7103ebb7aae8ab8076b7e85f335ceb8fe799097c#l10>
\set refintlib :libdir '/refint' :dlsuffix

git.postgresql.org Git - postgresql.git/blob -
src/test/regress/sql/triggers.sql
<https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/test/regress/sql/triggers.sql;h=83cd00f54f0f45ffc73e7ffc3f02506f346cfcdd;hb=7103ebb7aae8ab8076b7e85f335ceb8fe799097c>

I want to play around with src
<https://git.postgresql.org/gitweb/?p=postgresql.git;a=tree;f=src;hb=7103ebb7aae8ab8076b7e85f335ceb8fe799097c>
/ test
<https://git.postgresql.org/gitweb/?p=postgresql.git;a=tree;f=src/test;hb=7103ebb7aae8ab8076b7e85f335ceb8fe799097c>
/ regress
<https://git.postgresql.org/gitweb/?p=postgresql.git;a=tree;f=src/test/regress;hb=7103ebb7aae8ab8076b7e85f335ceb8fe799097c>
/ sql
<https://git.postgresql.org/gitweb/?p=postgresql.git;a=tree;f=src/test/regress/sql;hb=7103ebb7aae8ab8076b7e85f335ceb8fe799097c>
/ triggers.sql
<https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob_plain;f=src/test/regress/sql/triggers.sql;hb=7103ebb7aae8ab8076b7e85f335ceb8fe799097c>
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.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2022-04-28 12:07:45 Re: Multi-Master Logical Replication
Previous Message Amit Kapila 2022-04-28 11:31:53 Re: Skipping schema changes in publication