問題タブ [unaccent]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
postgresql - カスタム ファイルを heroku postgre データベースに保存する
unaccent
postgresの組み込み関数のカスタム ルールを作成しようとしています。Postgres のドキュメントにはThis file must be stored in $SHAREDIR/tsearch_data/ (where $SHAREDIR means the PostgreSQL installation's shared-data directory). Its name must end in .rules (which is not to be included in the RULES parameter)
. ローカル データベースでは簡単に作成できますが、heroku ではどうすればよいのでしょうか?
python - Redshift の Python UDF 関数は常に NULL 値を返します
単語からアクセントを削除する Redshift の機能が必要です。私はそれを作るためのPythonのコードでSO(質問)で質問を見つけました。私はいくつかの解決策を試しました。そのうちの1つは次のとおりです。
次に、次のように Redshift で関数を作成します。
そして、それを次の列に適用します。
null 値のみを取得します。列 city は varchar 型です。null 値を取得する理由と、それを解決する方法を教えてください。
google-bigquery - 文字列内のアクセント/発音記号を削除する BigQuery UDF
この JavaScript コードを使用して、文字列内のアクセント/発音記号を削除できます。
BigQuery UDF を作成しても、作成されません (二重の \ を使用しても)。
それについて何か考えはありますか?