Skip to content

Commit 7d43349

Browse files
committed
Fix capitalization of example.
1 parent c10dba2 commit 7d43349

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' STRICT IMMUTABLE;
47+
LANGUAGE 'c' STRICT STABLE;
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' STRICT IMMUTABLE;
55+
AS 'MODULE_PATHNAME' LANGUAGE 'c' STRICT STABLE;
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/13 02:00:09 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.69 2005/10/13 14: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 TABLE a_list_COUNTRIES AS
716+
CREATE TEMP TABLE a_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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy