Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema name should not contain capital letters (Like "MySchema") #4206

Closed
mapserver-bot opened this issue Apr 4, 2012 · 1 comment
Closed

Comments

@mapserver-bot
Copy link

Reporter: sdikiy
Date: 2012/02/22 - 13:16
Trac URL: http://trac.osgeo.org/mapserver/ticket/4206


.sql
CREATE SCHEMA "Foo";
CREATE TABLE "Foo".foo
(
  id serial NOT NULL,
  CONSTRAINT foo_pkey PRIMARY KEY (id)
);
SELECT AddGeometryColumn ('Foo','foo','the_geom',900913,'POINT',2)

tinyows.xml
...
schema="Foo"
name="foo"
...

TinyOWS.log
...
[SQL] SELECT pg_get_serial_sequence('Foo."foo"', 'id');
[ERROR] Unable to use pg_get_serial_sequence.
...

Postgresql.log
...
ERROR: schema "foo" does not exist
SQL state: 3F000
...
@mapserver-bot
Copy link
Author

This is an automated comment

This issue has been closed due to lack of activity. This doesn't mean the issue is invalid, it simply got no attention within the last year. Please reopen with missing/relevant information if still valid.

Typically, issues fall in this state for one of the following reasons:

  • Hard, impossible or not enough information to reproduce
  • Missing test case
  • Lack of a champion with interest and/or funding to address the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant