]> granicus.if.org Git - postgresql/commit
From: Jeroen van Vianen <jeroenv@design.nl>
authorMarc G. Fournier <scrappy@hub.org>
Wed, 29 Apr 1998 12:41:29 +0000 (12:41 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 29 Apr 1998 12:41:29 +0000 (12:41 +0000)
commit51a1741cfb9f812e798681d3edf5866e413f155b
tree034dacbe407d11c81e521b87a9a41f7bcca373f6
parentbab9818c4ba9a636ab1d638c3cf096f90cd66351
From: Jeroen van Vianen <jeroenv@design.nl>

Attached patch will add a version() function to Postges, e.g.

template1=> select version();
version
------------------------------------------------------------
PostgreSQL 6.3.2 on i586-pc-linux-gnu, compiled by gcc 2.8.1
(1 row)
src/backend/storage/buffer/Makefile
src/backend/utils/adt/Makefile
src/backend/utils/adt/version.c [new file with mode: 0644]
src/configure
src/configure.in
src/include/catalog/pg_proc.h
src/include/port/linux.h
src/include/storage/s_lock.h
src/include/version.h [deleted file]
src/include/version.h.in [new file with mode: 0644]
src/utils/version.c