dedy wrote:
Hii all,
I eould like to asking about creating table in postgres
Koq belum ada yg jawab - pada kurang ngerti, kali, Mas :).
here is the
1> can postgres do such things like this one?
# create table address as object(address varchar(100), post(6));
post varchar(6), maksudnya, kan
Am Shail,,Newbie to the group..
using postgreSQL 8.0..
Its working fine with the schema and tablespaces..
My question is..
How will you transfer the data i.e. tables, schemas of postgresql 8.0 from one server to the another server..
Is there any package comes with postgreSQL to import, ex
"Bath, David" <[EMAIL PROTECTED]> writes:
> I'd be very interested if someone has created a source rpm for the
> XML stuff (and any requirements not supplied on SuSE 9.3 Pro DVD)
The xml stuff isn't included in most RPMs because "make -C contrib all"
does not build it by default, which is because
Folks,
I'm VERY interested in the XML tools found in the contrib sections of
pg (esp 8.1beta), and would like to add this feature into the currently
supported pg 8.0.3 engine on my ia32 SuSE9.3Pro boxes in the cleanest
possible way.
Currently, the various postgresql packages in SuSE 9.3 do not s
On Thu, 2005-10-06 at 14:05, Chris Hoover wrote:
> Question, is there a limit to the number of directories you can use
> with initlocation in a single PostgreSQL cluster? If so, what is the
> limit (theoretical and/or practical)?
>
> We are in 7.3 right now, but I'm also concerned about 8.x.
As
Question, is there a limit to the number of directories you can use
with initlocation in a single PostgreSQL cluster? If so, what is the
limit (theoretical and/or practical)?
We are in 7.3 right now, but I'm also concerned about 8.x.
Thanks,
Chris
---(end of broadcast)-
1) mmm... create table x as object doesn't seem to be a valid statement You
can create types, or use arrays. But I think you don't need (neither want)
that...
2) (which one is faster?) I'm not sure what are your plans for this tables. How
many rows are you trying to insert into address for
Hi,
Doing "pg_dump -h192.168.XXX.XXX -U USER -d DB_NAME -C >
/file/where/dump/is/stored "
I got this error :
---
pg_dump: SQL command failed
pg_dump: Error message from server: server closed the co
Am Mittwoch, 5. Oktober 2005 21:29 schrieb Adriano Gaspar:
> I´m interesting in learning Postgre because I´m working with it now, if you
> can, i want to know wich are the system tables, and in wich of them can I
> find a table with all of the tables, and constrants.
I don't know what "Postgre" is