You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/pig/build.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,10 @@
1
1
---
2
-
title: "CMD: pig build"
3
-
linkTitle: "CMD: pig build"
2
+
title: "pig build"
4
3
description: "Build PostgreSQL extensions from source with pig build subcommand"
5
-
weight: 5300
4
+
weight: 130
6
5
icon: fas fa-hammer
7
6
module: [PIG]
8
-
categories: [Admin]
7
+
categories: [Reference]
9
8
---
10
9
11
10
The `pig build` command is a powerful tool that simplifies the entire workflow of building PostgreSQL extensions from source. It provides a complete build infrastructure setup, dependency management, and compilation environment for both standard and custom PostgreSQL extensions across different operating systems.
Copy file name to clipboardExpand all lines: content/docs/pig/cmd.md
+49-3Lines changed: 49 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
title: "CMD: pig"
2
+
title: "pig"
3
3
description: "pig CLI command reference overview"
4
-
weight: 5260
4
+
weight: 100
5
5
icon: fas fa-terminal
6
6
module: [PIG]
7
-
categories: [Admin]
7
+
categories: [Reference]
8
8
---
9
9
10
10
The `pig` CLI provides comprehensive tools for managing PostgreSQL installations, extensions, repositories, and building extensions from source. Check command documentation with `pig help <command>`.
@@ -13,6 +13,9 @@ The `pig` CLI provides comprehensive tools for managing PostgreSQL installations
0 commit comments