CREATE TEXT SEARCH DICTIONARY public.my_ts_dict( template = public.my_ts_template );
在执行第二条语句时将出现如下错误信息:
1 2 3 4 5
server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. The connection to the server was lost. Attempting reset: Failed. The connection to the server was lost. Attempting reset: Failed.
ALTER ROLE { role_specification |ALL } [ IN DATABASE database_name ] SET configuration_parameter { TO|= } { value|DEFAULT } ALTER ROLE { role_specification |ALL } [ IN DATABASE database_name ] SET configuration_parameter FROMCURRENT ALTER ROLE { role_specification |ALL } [ IN DATABASE database_name ] RESET configuration_parameter ALTER ROLE { role_specification |ALL } [ IN DATABASE database_name ] RESET ALL
ALTER DATABASE name SET configuration_parameter { TO|= } { value|DEFAULT } ALTER DATABASE name SET configuration_parameter FROMCURRENT ALTER DATABASE name RESET configuration_parameter ALTER DATABASE name RESET ALL