Creating the scripts and compiling the C files containing user-defined functions and types.

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: hamman6334(at)gmail(dot)com
Subject: Creating the scripts and compiling the C files containing user-defined functions and types.
Date: 2024-01-18 08:55:03
Message-ID: 170556810369.665.154337431267559414@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/tutorial-sql-intro.html
Description:

" Directory of C:\postgresql-16.1\src\tutorial

11/06/2023 11:17 PM <DIR> .
11/06/2023 11:17 PM <DIR> ..
11/06/2023 11:04 PM 62 .gitignore
11/06/2023 11:04 PM 1,579 advanced.source
11/06/2023 11:04 PM 6,091 basics.source
11/06/2023 11:04 PM 5,169 complex.c
11/06/2023 11:04 PM 7,580 complex.source
11/06/2023 11:04 PM 3,078 funcs.c
11/06/2023 11:04 PM 4,531 funcs.source
11/06/2023 11:04 PM 900 Makefile
11/06/2023 11:04 PM 460 README
11/06/2023 11:04 PM 5,506 syscat.source
10 File(s) 34,956 bytes
2 Dir(s) 153,064,722,432 bytes free"

it shows

C:\postgresql-16.1\src\tutorial>make
'make' is not recognized as an internal or external command,
operable program or batch file.

and this also.

C:\postgresql-16.1\src\tutorial>Makefile
'Makefile' is not recognized as an internal or external command,
operable program or batch file.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message David G. Johnston 2024-01-18 13:35:53 Re: Creating the scripts and compiling the C files containing user-defined functions and types.
Previous Message David G. Johnston 2024-01-17 21:32:47 Re: CREATE ROLE inheritance details