Re: [GENERAL] character limit on db names in PGSQL or what?

1999-02-24 Thread Ross J. Reedstrom
Kevin - Seems to be fixed w/ 6.4.2: $ createdb createdb prysm_shreveport $ createdb createdb prysm_shreveport2 $ psql prysm_shreveport Welcome to the POSTGRESQL interactive sql monitor: Please read the file COPYRIGHT for copyright terms of POSTGRESQL type \? for help on slash commands t

[GENERAL] character limit on db names in PGSQL or what?

1999-02-24 Thread Kevin Heflin
had a db named: prysm_shreveport with one table named 'shreveport' came back later and did: createdb prysm_shreveport2 psql -e prysm_shreveport2 < shreveport2.sql --> which creates table 'shreveport2' then: psql prysm_shreveport2 which to my sup