[ADMIN] table names seem identical

2012-03-07 Thread Ray Stell
how I can differentiate these: oamp=# \z public.c3* Access privileges Schema | Name | Type | Access privileges | Column access privileges +---+---+---+-- public |

Re: [ADMIN] table names seem identical

2012-03-07 Thread Walter Hurry
On Wed, 07 Mar 2012 10:39:48 -0500, Ray Stell wrote: how I can differentiate these: oamp=# \z public.c3* Access privileges Schema | Name | Type | Access privileges | Column access privileges

Re: [ADMIN] table names seem identical

2012-03-07 Thread Ray Stell
On Wed, Mar 07, 2012 at 05:41:41PM +, Walter Hurry wrote: On Wed, 07 Mar 2012 10:39:48 -0500, Ray Stell wrote: misc=# create table test1(flag varchar(1)); CREATE TABLE misc=# create table test1 (flag varchar(1)); CREATE TABLE yeah, that is the case, the \z output is truncated it

Re: [ADMIN] table names seem identical

2012-03-07 Thread David Kerr
On 03/07/2012 07:39 AM, Ray Stell wrote: how I can differentiate these: oamp=# \z public.c3* Access privileges Schema | Name | Type | Access privileges | Column access privileges