Re: a: queries across databases b: plperl - Mailing list pgsql-novice

From Jason Hihn
Subject Re: a: queries across databases b: plperl
Date
Msg-id NGBBLHANMLKMHPDGJGAPIEGOCMAA.jhihn@paytimepayroll.com
Whole thread Raw
In response to Re: a: queries across databases b: plperl  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
No, that's during creation. I mean after it's been created. Say I create my
tables, create a schema, then want to MOVE the tables to that schema.

There should also be a way to remove elements from a schema too, to outside
any schemas.

The three schema moves for existing tables that I am thinking about:
table1 -> schema1.table1
schema1.table1 -> table1
schema1.table1 -> schema2.table1

> -----Original Message-----
> From: pgsql-novice-owner@postgresql.org
> [mailto:pgsql-novice-owner@postgresql.org]On Behalf Of Tom Lane
> Sent: Monday, August 18, 2003 9:48 AM
> To: Jason Hihn
> Cc: Wayne M. Syvinski; pgsql-novice@postgresql.org
> Subject: Re: [NOVICE] a: queries across databases b: plperl
>
>
> Jason Hihn <jhihn@paytimepayroll.com> writes:
> > Anyone know if there is a way to assign an element to a schema AFTER
> > creation?
>
> You mean as in "CREATE TABLE schema.table (..." ?
>
>             regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>


pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: a: queries across databases b: plperl
Next
From: jun queano
Date:
Subject: Array Data Type