質問するログイン新規登録

回答編集履歴

3

edit

2020/11/07 09:30

投稿

m.ts10806
m.ts10806

スコア80888

answer CHANGED
@@ -7,9 +7,11 @@
7
7
  1 domain
8
8
  13 sequences
9
9
 
10
-
11
10
  データ量については言及がありません。
12
11
 
12
+ 念のため、[リストア方法の後半](https://www.postgresqltutorial.com/load-postgresql-sample-database/)にもあるようにpgAdminからもやってみてください。
13
+
14
+
13
15
  下記間違い。
14
16
  ----
15
17
  > The database file is in zipformat ( dvdrental.zip) so you need to extract it to dvdrental.tar before loading the sample database into the PostgreSQL database server.

2

edit

2020/11/07 09:30

投稿

m.ts10806
m.ts10806

スコア80888

answer CHANGED
@@ -1,5 +1,17 @@
1
- # ちょっ間違ったかもしれないので、確認中
1
+ Summary読んだ感じ、テーブルリレーションだけでデータはないのではないでしょうか
2
2
 
3
+ > 15 tables
4
+ 1 trigger
5
+ 7 views
6
+ 8 functions
7
+ 1 domain
8
+ 13 sequences
9
+
10
+
11
+ データ量については言及がありません。
12
+
13
+ 下記間違い。
14
+ ----
3
15
  > The database file is in zipformat ( dvdrental.zip) so you need to extract it to dvdrental.tar before loading the sample database into the PostgreSQL database server.
4
16
  データベースファイルはzip形式(dvdrental.zip)であるため、サンプルデータベースをPostgreSQLデータベースサーバーにロードする前に、dvdrental.tarに解凍する必要があります。
5
17
 

1

edit

2020/11/07 09:28

投稿

m.ts10806
m.ts10806

スコア80888

answer CHANGED
@@ -1,3 +1,5 @@
1
+ # ちょっと間違ったかもしれないので、確認中。
2
+
1
3
  > The database file is in zipformat ( dvdrental.zip) so you need to extract it to dvdrental.tar before loading the sample database into the PostgreSQL database server.
2
4
  データベースファイルはzip形式(dvdrental.zip)であるため、サンプルデータベースをPostgreSQLデータベースサーバーにロードする前に、dvdrental.tarに解凍する必要があります。
3
5