From 6f7fad712235d8d68972dd892e2800b423263591 Mon Sep 17 00:00:00 2001 From: Robert Soulliere Date: Sat, 18 Sep 2010 13:40:24 -0400 Subject: [PATCH] Fix column width unspepcified error by specifying column width in "1.0*" format. --- 1.6/development/introduction_to_sql.xml | 32 ++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/1.6/development/introduction_to_sql.xml b/1.6/development/introduction_to_sql.xml index fad37b5ff4..00540384da 100644 --- a/1.6/development/introduction_to_sql.xml +++ b/1.6/development/introduction_to_sql.xml @@ -69,10 +69,10 @@ evergreen=# select id, usr, creator, pub, title, value from actor.usr_note; - - - - + + + + Full name @@ -130,8 +130,8 @@ evergreen=# \d foobar - - + + Schema name @@ -268,9 +268,9 @@ evergreen=# \d foobar - - - + + + Type name @@ -358,9 +358,9 @@ evergreen=# \d foobar - - - + + + Natural key @@ -405,10 +405,10 @@ evergreen=# \d foobar - - - - + + + + Table -- 2.43.2