File tree 8 files changed +9
-0
lines changed
8 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ drop table
2
2
create table �t�Ӹ�� (��~�O text, ���q���Y varchar, �a�} varchar(16));
3
3
create index �t�Ӹ��index1 on �t�Ӹ�� using btree (��~�O);
4
4
create index �t�Ӹ��index2 on �t�Ӹ�� using hash (���q���Y);
5
+ WARNING: hash indexes are not WAL-logged and their use is discouraged
5
6
insert into �t�Ӹ�� values ('�q���~', '�F�F���', '�_A01��');
6
7
insert into �t�Ӹ�� values ('�s�y�~', '�]���������q', '��B10��');
7
8
insert into �t�Ӹ�� values ('�\���~', '�����ѥ��������q', '��Z01�E');
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ ERROR: table "
3
3
create table �����Ѹ� (�Ѹ� text, ʬ�ॳ���� varchar, ����1A���� char(16));
4
4
create index �����Ѹ�index1 on �����Ѹ� using btree (�Ѹ�);
5
5
create index �����Ѹ�index2 on �����Ѹ� using hash (ʬ�ॳ����);
6
+ WARNING: hash indexes are not WAL-logged and their use is discouraged
6
7
insert into �����Ѹ� values('����ԥ塼���ǥ����ץ쥤','��A01��');
7
8
insert into �����Ѹ� values('����ԥ塼������ե��å���','ʬB10��');
8
9
insert into �����Ѹ� values('����ԥ塼���ץ�����ޡ�','��Z01��');
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ ERROR: table "ͪߩѦ
3
3
create table ͪߩѦ��� (��� text, ���ڵ� varchar, ���1A�� char(16));
4
4
create index ͪߩѦ���index1 on ͪߩѦ��� using btree (���);
5
5
create index ͪߩѦ���index2 on ͪߩѦ��� using hash (���ڵ�);
6
+ WARNING: hash indexes are not WAL-logged and their use is discouraged
6
7
insert into ͪߩѦ��� values('��ǻ�͵��÷���', 'ѦA01߾');
7
8
insert into ͪߩѦ��� values('��ǻ�ͱ��Ƚ�', '��B10��');
8
9
insert into ͪߩѦ��� values('��ǻ�����α���', '��Z01��');
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ ERROR: table "
3
3
create table ��ٸ���� (����ɱ text, ��Ƴ��� varchar, ���� varchar(16));
4
4
create index ��ٸ����index1 on ��ٸ���� using btree (����ɱ);
5
5
create index ��ٸ����index2 on ��ٸ���� using hash (��Ƴ���);
6
+ WARNING: hash indexes are not WAL-logged and their use is discouraged
6
7
insert into ��ٸ���� values ('�����', '������', 'ơA01��');
7
8
insert into ��ٸ���� values ('������', '����ȴ����Ƴ', '��B10��');
8
9
insert into ��ٸ���� values ('����', 'ӡ��ϴǹȴ����Ƴ', '��Z01Ħ');
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ drop table Ӌ
2
2
create table Ӌ��C���Z (���Z text, ����`�� varchar, �俼1A���� char(16));
3
3
create index Ӌ��C���Zindex1 on Ӌ��C���Z using btree (���Z);
4
4
create index Ӌ��C���Zindex2 on Ӌ��C���Z using hash (����`��);
5
+ WARNING: hash indexes are not WAL-logged and their use is discouraged
5
6
insert into Ӌ��C���Z values('����ԥ�`���ǥ����ץ쥤','�CA01��');
6
7
insert into Ӌ��C���Z values('����ԥ�`������ե��å���','��B10��');
7
8
insert into Ӌ��C���Z values('����ԥ�`���ץ�����ީ`','��Z01��');
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ ERROR: table "
3
3
create table ��ג�������ђ�� (��ђ�� text, �ʬ������������ varchar, ������1A������ char(16));
4
4
create index ��ג�������ђ��index1 on ��ג�������ђ�� using btree (��ђ��);
5
5
create index ��ג�������ђ��index2 on ��ג�������ђ�� using hash (�ʬ������������);
6
+ WARNING: hash indexes are not WAL-logged and their use is discouraged
6
7
insert into ��ג�������ђ�� values('������Ԓ�咡������ǒ�������ג�쒥�','���A01���');
7
8
insert into ��ג�������ђ�� values('������Ԓ�咡���������钥Ւ����Ò�����','�ʬB10���');
8
9
insert into ��ג�������ђ�� values('������Ԓ�咡������ג�풥���钥ޒ��','���Z01���');
@@ -177,6 +178,7 @@ ERROR: table "
177
178
create table �ͪ�ߩ�Ѧ��듾� (��듾� text, ����ړ�� varchar, ����1A�� char(16));
178
179
create index �ͪ�ߩ�Ѧ��듾�index1 on �ͪ�ߩ�Ѧ��듾� using btree (��듾�);
179
180
create index �ͪ�ߩ�Ѧ��듾�index2 on �ͪ�ߩ�Ѧ��듾� using hash (����ړ��);
181
+ WARNING: hash indexes are not WAL-logged and their use is discouraged
180
182
insert into �ͪ�ߩ�Ѧ��듾� values('��ēǻ��͓���Ó�����', '�ѦA01�߾');
181
183
insert into �ͪ�ߩ�Ѧ��듾� values('��ēǻ��͓�ד����ȓ��', '���B10���');
182
184
insert into �ͪ�ߩ�Ѧ��듾� values('��ēǻ��͓����Γ�ד�����', '���Z01���');
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ drop table
2
2
create table �v�Z�@�p�� (�p�� text, ���ރR�[�h varchar, ���l1A���� char(16));
3
3
create index �v�Z�@�p��index1 on �v�Z�@�p�� using btree (�p��);
4
4
create index �v�Z�@�p��index2 on �v�Z�@�p�� using hash (���ރR�[�h);
5
+ WARNING: hash indexes are not WAL-logged and their use is discouraged
5
6
insert into �v�Z�@�p�� values('�R���s���[�^�f�B�X�v���C','�@A01��');
6
7
insert into �v�Z�@�p�� values('�R���s���[�^�O���t�B�b�N�X','��B10��');
7
8
insert into �v�Z�@�p�� values('�R���s���[�^�v���O���}�[','�lZ01��');
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ ERROR: table "計算機用語" does not exist
3
3
create table 計算機用語 (用語 text, 分類コード varchar, 備考1Aだよ char(16));
4
4
create index 計算機用語index1 on 計算機用語 using btree (用語);
5
5
create index 計算機用語index2 on 計算機用語 using hash (分類コード);
6
+ WARNING: hash indexes are not WAL-logged and their use is discouraged
6
7
insert into 計算機用語 values('コンピュータディスプレイ','機A01上');
7
8
insert into 計算機用語 values('コンピュータグラフィックス','分B10中');
8
9
insert into 計算機用語 values('コンピュータプログラマー','人Z01下');
You can’t perform that action at this time.
0 commit comments