chore: use pgsqsl replace postgresql

This commit is contained in:
zhongwencool 2024-07-24 09:50:01 +08:00
parent e7d07ea17c
commit 4d7535df2d
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
%% ------------------------------------------------------------------------------------------------- %% -------------------------------------------------------------------------------------------------
%% resource callback %% resource callback
resource_type() -> hstreamsdb. resource_type() -> hstreamdb.
callback_mode() -> always_sync. callback_mode() -> always_sync.

View File

@ -121,7 +121,7 @@ adjust_fields(Fields) ->
). ).
%% =================================================================== %% ===================================================================
resource_type() -> postgresql. resource_type() -> pgsql.
callback_mode() -> always_sync. callback_mode() -> always_sync.