1
0
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:
Bruce Momjian
1997-08-25 23:11:21 +00:00
parent c6e7baa7e1
commit 86062218da
2 changed files with 301 additions and 36 deletions

12
contrib/datetime/Makefile Normal file
View 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