Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Postgres/src/test/regress/sql/   (Postgres Database Version 18.4©)  Datei vom 11.4.2026 mit Größe 56 kB image not shown  

 plperl_unicode.sql   Interaktion und
Portierbarkeitunbekannt

 
-- Test non-ASCII error messages
--
-- This test case would fail if the database encoding is EUC_CN, EUC_JP,
-- EUC_KR, or EUC_TW, for lack of any equivalent to U+00A0 (no-break space) in
-- those encodings.  However, testing with plain ASCII data would be rather
-- useless, so we must live with that.
SELECT getdatabaseencoding() IN ('EUC_CN''EUC_JP''EUC_KR''EUC_TW')
  AS skip_test \gset
\if :skip_test
\quit
\endif

SET client_encoding TO UTF8;

create or replace function error_with_nbsp() returns void language plperl as $$
  elog(ERROR, "this message contains a no-break space");
$$;

select error_with_nbsp();

Messung V0.5 in Prozent
C=69 H=100 G=85

[Konzepte0.19Was zu einem Entwurf gehörtWie die Entwicklung von Software durchgeführt wird2026-08-07]