agora inbox for postgres@postgres.berkeley.edu
help / color / mirror / Atom feedField Names
2+ messages / 2 participants
[nested] [flat]
* Field Names
@ 1994-05-05 11:23 David Alan Nelson <D.A.Nelson@newcastle.ac.uk>
0 siblings, 1 reply; 2+ messages in thread
From: David Alan Nelson @ 1994-05-05 11:23 UTC (permalink / raw)
To: legacy; +Cc: Moonja Kim <Moonja.Kim@newcastle.ac.uk>
Can somebody tell me what the problem with this is. For some
reason, Postgres 4.1 seems to dislike attribute names of 16
characters, when I try to retrieve.
* create kk(abcdefghijklmnop = int2)
\g
Query sent to backend is "create kk(abcdefghijklmnop = int2) "
CREATE
Go
* append kk(abcdefghijklmnop = 30)
\g
Query sent to backend is "append kk(abcdefghijklmnop = 30) "
APPEND 39196
Go
* retrieve (kk.all)
\g
Query sent to backend is "retrieve (kk.all) "
Error: Unexpected identfier in dump_data:
It then crashes out from the monitor.
Any suggestions would be gratefully appreciated.
Cheers
Dave Nelson
--
Mail ID : D.A.Nelson@newcastle.ac.uk
Computing Science, University of Newcastle upon Tyne, UK. (091) 222 8789
===============================================================================
To add/remove yourself from the POSTGRES mailing list: send mail with
the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU"
If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
a human will deal with it. DO NOT post to the "postgres" mailing list.
===============================================================================
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Field Names
@ 1994-05-10 00:02 Paul M. Aoki <aoki@postgres.Berkeley.EDU>
parent: David Alan Nelson <D.A.Nelson@newcastle.ac.uk>
0 siblings, 0 replies; 2+ messages in thread
From: Paul M. Aoki @ 1994-05-10 00:02 UTC (permalink / raw)
To: David Alan Nelson <D.A.Nelson@newcastle.ac.uk>; +Cc: legacy; Moonja Kim <Moonja.Kim@newcastle.ac.uk>
"David Alan Nelson" <D.A.Nelson@newcastle.ac.uk> writes:
[16 character names]
> Query sent to backend is "retrieve (kk.all) "
> Error: Unexpected identfier in dump_data:
> It then crashes out from the monitor.
there were tons of places where the server did not correctly
handle 16-character names. marc teitelbaum made an attempt
to fix as many of these as possible for 4.2.
--
Paul M. Aoki | CS Div., Dept. of EECS, UCB | aoki@postgres.Berkeley.EDU
| Berkeley, CA 94720 | ...!uunet!ucbvax!aoki
===============================================================================
To add/remove yourself from the POSTGRES mailing list: send mail with
the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU"
If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
a human will deal with it. DO NOT post to the "postgres" mailing list.
===============================================================================
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~1994-05-10 00:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
1994-05-05 11:23 Field Names David Alan Nelson <D.A.Nelson@newcastle.ac.uk>
1994-05-10 00:02 ` Paul M. Aoki <aoki@postgres.Berkeley.EDU>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox