Ich hab da mal einen Wunsch...

Bitte mal schauen, was hier passiert:

test=# create table zeichen (c int);
CREATE TABLE
test=# copy zeichen from stdin;
Enter data to be copied followed by a newline.
End with a backslash and a period on a line by itself.
>> 70
>> 114
>> 111
>> 104
>> 101
>> 32
>> 87
>> 101
>> 105
>> 104
>> 110
>> 97
>> 99
>> 104
>> 116
>> 33
>> \.
test=# select array_to_string(array(select chr(c) from zeichen), '');

Für ebenso ist es wohl zu spät aber Fasching und Ostern usw. kommt ja :smiley: :smiley: