eing this error:
PostgresSQL query failed: ERROR: Tuple is too big: size 1
Are there any other options other than using a BLOB datatype ? which I'm
completely unfamiliar with.
Kevin
--------
Kevin Heflin | ShreveNet, Inc.
ons would be appreciated.
Kevin
----
Kevin Heflin | ShreveNet, Inc. | Ph:318.222.2638 x103
VP/Production | 333 Texas St #175| FAX:318.221.6612
[EMAIL PROTECTED]| Shreveport, LA 71101 | http://www.shreve.net
I've been looking through the online docs, so far have not found this
information.
After an INSERT, I want to retrieve the value of the sequence I use for
unique_ids
Any suggestions ?
Kevin
Kevin H
tions
would be appreciated.
Kevin
--------
Kevin Heflin | ShreveNet, Inc. | Ph:318.222.2638 x103
VP/Production | 333 Texas St #175| FAX:318.221.6612
[EMAIL PROTECTED]| Shreveport, LA 71101 | http://www.shreve.net
format it like the first example ?
Kevin
Kevin Heflin | ShreveNet, Inc. | Ph:318.222.2638 x103
Production| 333 Texas St #175| FAX:318.221.6612
[EMAIL PROTECTED]| Shreveport, LA 71101 | http
suggestions would be appreciated.
Kevin
----
Kevin Heflin | ShreveNet, Inc. | Ph:318.222.2638 x103
VP/Mac Tech | 333 Texas St #175| FAX:318.221.6612
[EMAIL PROTECTED]| Shreveport, LA 71101 | http://www.shreve.net
out. If I'm going to go
> through that kind of labor I'll probably switch to MySQL (which has a
> larger web userbase, even though I prefer postgres for it's
> completeness)..
>
> Argh.. Are you aware of any patches to v6.3 that might improve my
> stability without breaking compatibility?
>
> Thanks
>
>
>
Kevin Heflin | ShreveNet, Inc. | Ph:318.222.2638 x103
VP/Mac Tech | 333 Texas St #175| FAX:318.221.6612
[EMAIL PROTECTED]| Shreveport, LA 71101 | http://www.shreve.net
;/' ie: '012345'
I'd like to either replace this field with this number alone or insert
into another newly created field.
Any suggestions would be appreciated.
Kevin
--------
Kevin Heflin | ShreveNet, Inc.
on a final release of postgresql 6.5 ?
Kevin
--------
Kevin Heflin | ShreveNet, Inc. | Ph:318.222.2638 x103
VP/Mac Tech | 333 Texas St #175| FAX:318.221.6612
[EMAIL PROTECTED]| Shreveport, LA 71101 | http://www.shreve.net
complaining about an error using 'select'
Any feedback or suggestions would be appreciated. I would like to get the
LIMIT function which is provided by the feature patch.
Kevin
--------
Kevin Heflin | ShreveNet, Inc.
n right now...
Kevin
----
Kevin Heflin | ShreveNet, Inc. | Ph:318.222.2638 x103
VP/Mac Tech | 333 Texas St #619| FAX:318.221.6612
[EMAIL PROTECTED]| Shreveport, LA 71101 | http://www.shreve.net
he patch, anything and everything I tried in
psql failed with an error on 'select'
Kevin
--------
Kevin Heflin | ShreveNet, Inc. | Ph:318.222.2638 x103
VP/Mac Tech | 333 Texas St #619| FAX:3
; with mySQL and SELECT queries
> you can LIMIT the number of results displayed to the screen. I can't
> seem to find any such switch in the SELECT commands in postgres.
Kevin
--------
Kevin Heflin | ShreveNet, Inc.
o see what happens. I just thought this
was strange.
Kevin
--------
Kevin Heflin | ShreveNet, Inc. | Ph:318.222.2638 x103
VP/Mac Tech | 333 Texas St #619| FAX:318.221.6612
[EMAIL PROTECTED]| Shreveport, LA 71101 | http://www.shreve.net
nvoked from within
"main $argc $argv"
(file "/usr/local/pgsql/bin/pgaccess" line 4954)
Any suggestions sure would be appreciated.
Kevin
Kevin Heflin | ShreveNet, Inc. | Ph:318.222.2638
ord, and spit up the pair, and insert them back into the
newly created 'username' and 'password' fields.
Is this even possible? and if so, would anyone be willing to give me a
hint?
Kevin
--------
Kevin Heflin
You will either have to retype this query using an explicit cast,
or you will have to define the operator using CREATE OPERATOR
After trying somethings, I was able to get this to work:
select CURRENT_DATE -1;
will subtract 1 day from the current date... which gives me what I need
f
by dateof desc
Basically just trying to subtract 1 day from the CURRENT_DATE
When I try the above I get
ERROR: parser: parse error at or near "day"
Any suggestions would be appreciated.
Kevin
----
Kevin Heflin
'm looking for, was that when ever
anything was added to the table. Regardless of whether or not the
spamblock was specified, it would be set to 'TRUE'
Kevin
----
Kevin Heflin | ShreveNet, Inc. | Ph:318.222.26
is here.. but you should not have to
call on the increment sequence at all durring the insert.. it's automatic
Maybe it's because you are not specifying which fields to insert into like
so:
insert into table_name (field1, field2, field3, field4)
values ('data1', 'data2'
)
Hope that helps.
Kevin
--------
Kevin Heflin | ShreveNet, Inc. | Ph:318.222.2638 x103
VP/Mac Tech | 333 Texas St #619| FAX:318.221.6612
[EMAIL PROTECTED]| Shreveport, LA 71101 | http://www.shreve.net
;team_id'
I also tried adding nextval('team_id') in my .txt file for that field no
luck.
any suggestions?
Kevin
----
Kevin Heflin | ShreveNet, Inc. | Ph:318.222.2638 x103
VP/Mac Tech | 333 Tex
Is there an easy way to get Postgres to get the datatype of date to return
a Unix timestamp
Kevin
Kevin Heflin | ShreveNet, Inc. | Ph:318.222.2638 x103
VP/Mac Tech | 333 Texas St #619| FAX
; its shoulders, an Uzi tucked under one wing...
> >
> > ...and the severed head of Bill Gates under the other.
Sounds good.. print it!
Kevin
--------
Kevin Heflin | ShreveNet, Inc. | Ph:318.222.2638 x103
t database permissions for other users.
Also, don't you have to set up Postgres to accept users from another
machine.. I forget exactly where you do that.
Kevin
--------
Kevin Heflin | ShreveNet, Inc. | Ph:31
y initial post.
Now that my dates are being retreived in this format:
Sat Dec 12 00:00:00 1998 CET
Is there a way to format this to leave off the "time" portion and maybe
the "timezone" info ?
--------
Kevin Heflin
"YMdl","$thedate");
But when it is displayed it always prints out this date:
"1969Dec31Wednesday"
Any suggestions or comments would be appreciated.
Kevin
--
--
Kevin Heflin | ShreveNet, Inc.
27 matches
Mail list logo