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

Commite4ffd14

Browse files
committed
If we're going to use a SQL function for this, at least make it schema-proof.
1 parentf98f6ee commite4ffd14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/catalog/pg_proc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.525 2008/11/12 13:09:28 petere Exp $
10+
* $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.526 2008/11/12 13:38:04 tgl Exp $
1111
*
1212
* NOTES
1313
* The script catalog/genbki.sh reads this file and generates .bki
@@ -998,7 +998,7 @@ DATA(insert OID = 2092 ( array_upper PGNSP PGUID 12 1 0 0 f f t f i 2 23 "22
998998
DESCR("array upper dimension");
999999
DATA(insertOID=2176 (array_lengthPGNSPPGUID12100fftfi223"2277 23"_null__null__null_array_length_null__null__null_ ));
10001000
DESCR("array length");
1001-
DATA(insertOID=2179 (cardinalityPGNSPPGUID14100fftfi123"2277"_null__null__null_"select array_length($1, 1)"_null__null__null_ ));
1001+
DATA(insertOID=2179 (cardinalityPGNSPPGUID14100fftfi123"2277"_null__null__null_"selectpg_catalog.array_length($1, 1)"_null__null__null_ ));
10021002
DESCR("array length");
10031003
DATA(insertOID=378 (array_appendPGNSPPGUID12100ffffi22277"2277 2283"_null__null__null_array_push_null__null__null_ ));
10041004
DESCR("append element onto end of array");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp