summaryrefslogtreecommitdiff
path: root/src/pl/plpython/expected/plpython_schema.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/expected/plpython_schema.out')
-rw-r--r--src/pl/plpython/expected/plpython_schema.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/expected/plpython_schema.out b/src/pl/plpython/expected/plpython_schema.out
index e94e7bbcf8..3ec331c0f0 100644
--- a/src/pl/plpython/expected/plpython_schema.out
+++ b/src/pl/plpython/expected/plpython_schema.out
@@ -3,7 +3,7 @@ CREATE TABLE users (
lname text not null,
username text,
userid serial,
- PRIMARY KEY(lname, fname)
+ PRIMARY KEY(lname, fname)
) ;
NOTICE: CREATE TABLE will create implicit sequence "users_userid_seq" for serial column "users.userid"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "users_pkey" for table "users"