Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit83978e1

Browse files
committed
This is a set of single row character functions, defined for the datatype
text, which are supposed to behave exactly as their Oracle counterparts.From: Edmund Mergl <E.Mergl@bawue.de>
1 parent497e3c9 commit83978e1

File tree

4 files changed

+436
-6
lines changed

4 files changed

+436
-6
lines changed

‎src/backend/utils/adt/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for utils/adt
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/utils/adt/Makefile,v 1.3 1996/11/06 10:30:35 scrappy Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/utils/adt/Makefile,v 1.4 1997/03/04 05:32:04 scrappy Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -20,7 +20,8 @@ CFLAGS+=$(INCLUDE_OPT)
2020
OBJS = acl.o arrayfuncs.o arrayutils.o bool.o char.o chunk.o date.o\
2121
datum.o dt.o filename.o float.o geo-ops.o geo-selfuncs.o int.o\
2222
misc.o nabstime.o name.o not_in.o numutils.o oid.o\
23-
oidname.o oidint2.o oidint4.o regexp.o regproc.o selfuncs.o\
23+
oidname.o oidint2.o oidint4.o oracle_compat.o\
24+
regexp.o regproc.o selfuncs.o\
2425
tid.o varchar.o varlena.o sets.o datetimes.o like.o
2526

2627
all: SUBSYS.o

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp