mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
pg_passwd cleanup.
This commit is contained in:
12
contrib/datetime/Makefile
Normal file
12
contrib/datetime/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
D=/usr/postgres
|
||||
P=$D/lib/datetime_functions.so
|
||||
CFLAGS=-fpic -O -I../../src/include -I../../src/backend
|
||||
|
||||
all: $P datetime_functions.sql
|
||||
|
||||
$P:datetime_functions.o
|
||||
ld -Bshareable -o $P datetime_functions.o
|
||||
|
||||
datetime_functions.sql: datetime.prot
|
||||
sh datetime.prot $P
|
||||
psql -c "\idatetime_functions.sql" template1
|
Reference in New Issue
Block a user