File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -556,7 +556,7 @@ SELECT attrelid::regclass, array_accum(atttypid::regtype)
556
556
</para>
557
557
________________________________________________________-->
558
558
<para>
559
- 这是使用两种不同的实际数据类型作为参数的输出 :
559
+ 以下是使用两种不同的实际数据类型作为参数的输出 :
560
560
561
561
<programlisting>
562
562
SELECT attrelid::regclass, array_accum(attname)
@@ -565,19 +565,19 @@ SELECT attrelid::regclass, array_accum(attname)
565
565
GROUP BY attrelid;
566
566
567
567
attrelid | array_accum
568
- ---------------+-------------------------------------- -
568
+ -−-−-−-−-−-−-−-+-−-−-−-−-−-−-−-−-−-−-−-−-−-−-−-−-−-−-− -
569
569
pg_tablespace | {spcname,spcowner,spcacl,spcoptions}
570
- (1 行 )
570
+ (1 row )
571
571
572
572
SELECT attrelid::regclass, array_accum(atttypid::regtype)
573
573
FROM pg_attribute
574
574
WHERE attnum > 0 AND attrelid = 'pg_tablespace'::regclass
575
575
GROUP BY attrelid;
576
576
577
577
attrelid | array_accum
578
- ---------------+-------------------------- -
578
+ -−-−-−-−-−-−-−-+-−-−-−-−-−-−-−-−-−-−-−-−-− -
579
579
pg_tablespace | {name,oid,aclitem[],text[]}
580
- (1 行 )
580
+ (1 row )
581
581
</programlisting>
582
582
</para>
583
583
<!-- pgdoc-cn_end sig_en=6de0a677de514a31915a9ea128d3bb98 -->
You can’t perform that action at this time.
0 commit comments