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

Commit7d43349

Browse files
committed
Fix capitalization of example.
1 parentc10dba2 commit7d43349

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎contrib/xml2/pgxml.sql.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ CREATE OR REPLACE FUNCTION xpath_nodeset(text,text,text) RETURNS text AS
4444

4545
CREATE OR REPLACE FUNCTION xpath_table(text,text,text,text,text) RETURNS setof record
4646
AS 'MODULE_PATHNAME'
47-
LANGUAGE 'c' STRICTIMMUTABLE;
47+
LANGUAGE 'c' STRICTSTABLE;
4848

4949
-- XSLT functions
5050
-- Delete from here to the end of the file if you are not compiling with
5151
-- XSLT support.
5252

5353

5454
CREATE OR REPLACE FUNCTION xslt_process(text,text,text) RETURNS text
55-
AS 'MODULE_PATHNAME' LANGUAGE 'c' STRICTIMMUTABLE;
55+
AS 'MODULE_PATHNAME' LANGUAGE 'c' STRICTSTABLE;
5656

5757
-- the function checks for the correct argument count
5858

‎doc/src/sgml/ref/copy.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.68 2005/10/1302:00:09 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.69 2005/10/1314:44:58 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -713,7 +713,7 @@ COPY country FROM '/usr1/proj/bray/sql/country_data';
713713
using a temporary table which is automatically deleted:
714714
<programlisting>
715715
BEGIN;
716-
CREATE TEMP TABLEa_list_COUNTRIES AS
716+
CREATE TEMP TABLEa_list_countries AS
717717
SELECT * FROM country WHERE country_name LIKE 'A%';
718718
COPY a_list_countries TO '/usr1/proj/bray/sql/a_list_countries.copy';
719719
ROLLBACK;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp