Re: BUG #5286: pgAdmin will put table and field names in apostrophes which then must be used for accessing them
От
Alvaro Herrera
Тема
Re: BUG #5286: pgAdmin will put table and field names in
apostrophes which then must be used for accessing them
Дата
Msg-id
20100118203820.GD3617@alvh.no-ip.org
Ответ на
BUG #5286: pgAdmin will put table and field names in apostrophes which then must be used for accessing them (G.Schaeffler)
Список
Дерево обсуждения
BUG #5286: pgAdmin will put table and field names in apostrophes which then must be used for accessing them "G.Schaeffler" <scgn@sie.at>
Re: BUG #5286: pgAdmin will put table and field names in
apostrophes which then must be used for accessing them Alvaro Herrera <alvherre@commandprompt.com>
Re: BUG #5286: pgAdmin will put table and field names in
apostrophes which then must be used for accessing them Robert Haas <robertmhaas@gmail.com>
G.Schaeffler wrote: > if i create a table by using the pgadmin gui, it will create statements > like > CREATE TABLE "t_test" ( > id integer, > "val" character varying(1000) NOT NULL ); > after creation, i can only access the table again if i wrap the apostrophes > around the table and field names as in the create table statement. Does your table name have uppercase chars? If it has, that's probably the reason the name doesn't work unless quoted. This is expected behavior for identifiers. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support
В списке pgsql-bugs по дате отправления
От: Robert Haas
Дата:
От: Brian Carp
Дата: