new idea for COPY and MOVE - Mailing list pgsql-hackers

From ivan
Subject new idea for COPY and MOVE
Date
Msg-id Pine.LNX.4.56.0307222244350.4593@rex.anfa.pl
Whole thread Raw
List pgsql-hackers
hi
what do you tink about :
COPY [ namespace1. ] table [ STRUCT ONLY ] TO [namespace2.] table2;
MOVE [ namepsace1. ] table TO [namespace2.] table2;

and this same whit types, functions etc

and :

ALERT FUNCTION func (ARGS) SET OWNER new_owner;

and :

CREATE TYPE new_type AS table;

this can by replaced by LIKE : CREATE TYPE new_type AS ( LIKE table )
what i saw in one mail on this maillist

can be ?

bye
iv


pgsql-hackers by date:

Previous
From: "Francisco Figueiredo Jr."
Date:
Subject: Re: Why select * from function doesn't work when function
Next
From: "Nigel J. Andrews"
Date:
Subject: Re: Why select * from function doesn't work when function