[gold-users] Create a custom string attribute with fixed size.
Scott Jackson
scottmo at adaptivecomputing.com
Sun Aug 14 22:01:42 MDT 2011
Gold defines only a few simple datatypes such as Integer, String, TimeStamp, etc. It does not provide a means to specify the string size (the size of 1024 is set in configure.ac). If this is crucial to you, you would have to either create it manually in the database (which would require a strong knowledge of Gold internals) or perhaps you could do an alter table to change the datatype if your database permits it (more likely you would create a new column of the desired size, do some renames, data copying and deleting).
----- Original Message -----
From: "Quang Ho" <quang.ho at hp.com>
To: gold-users at supercluster.org
Sent: Sunday, August 14, 2011 9:32:13 PM
Subject: [gold-users] Create a custom string attribute with fixed size.
Hi,
I am a new Gold user.
I tried to create a custom attribute for a string size 255.
When I used the following command in the gold shell. It created a column in the table with varchar(1024).
Goldsh Attribute Create Object=Test Name=EmailAddress DataType=String
What is the extra parameter for the command to create the attribute with size 255 chars ?
Thanks in advance.
_______________________________________________
gold-users mailing list
gold-users at supercluster.org
http://www.supercluster.org/mailman/listinfo/gold-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.supercluster.org/pipermail/gold-users/attachments/20110814/7fbd93e8/attachment.html
More information about the gold-users
mailing list