×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
2020/10/14 · The following bug has been logged on the website: Bug reference: 16672. Logged by: shigeki akada
関連する質問
2021/10/04 · DBの名前を変更しようとしたら下記のエラーが発生。postgres=# alter database test1 rename to test2;ERROR: database "test1" is being accessed by…
2016/11/09 · ALTER DATABASE 変更前DB名 RENAME TO 変更後DB名; ... $ psql -U postgres -h localhost postgres Password for user postgres: psql ... PostgreSQL/ERROR ...
... エラーにはなりません。 ... ALTER TABLE distributors RENAME COLUMN address TO city; ... (USING INDEXがない)ADD、DROP、SET DEFAULT、SET DATA TYPE(USINGがない)構文 ...
2012/04/05 · ... ALTER DATABASE hoge_db RENAME TO hoge_db_bak; ERROR: current database may not be renamed ... ALTER TABLE 表名 ALTER COLUMN 列名 TYPE 型 - ...
2020/10/15 · dump:17: ERROR: role "postgres" already exists ALTER ROLE psql:w:/postgresql12.dump:33: エラー: \connect: FATAL: password authentication ...
2018/01/30 · コマンドpsql起動前ログインpsql データベース名DB作成(消去したときなど)createdb -U postgres archive2_development -O posgres…
2017/09/21 · postgres=# alter database xxxxdb rename to xxxxdb_org; ERROR: database "xxxxdb" is being accessed by other users DETAIL: There are 2 other ...
概要. ALTER INDEX [ IF EXISTS ] name RENAME TO new_name ALTER INDEX [ IF EXISTS ] name SET TABLESPACE tablespace_name ALTER INDEX [ IF EXISTS ] name SET ...
Caused by: org.postgresql ... "snapshots" RENAME TO "SNAPSHOTS"; ALTER TABLE public. ... Amending the DB tables to ensure Synchrony related tables in the Database ...