![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Could someone help me understand the difference between sort_collation = Internal and sort_collation IS NULL? The documented allowed values for the database option sort_collation are: Internal, collation_name, or collation_id. It defaults to Internal, which leaves ORDER BY clauses unchanged. On the other hand, to create a materialized view, the database must have sort_collation=Null, which is not listed as an allowed value. So: 1) Conceptually, it seems that Internal and NULL would mean the same thing: leave ORDER BY clauses unchanged. Is there a difference I'm overlooking? 2) If you've never even thought about sort_collation, you've got the default setting sort_collation = Internal. Could materialized views be made to accept this default setting, instead of requiring you to change it to NULL? Thanks VERY much, Dan Konigsbach |
#3
| |||
| |||
|
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |