Câu hỏi được gắn thẻ «postgresql»

PostgreSQL là một hệ thống quản lý cơ sở dữ liệu quan hệ đối tượng (ORDBMS) mã nguồn mở có sẵn cho tất cả các nền tảng chính bao gồm Linux, UNIX, Windows và OS X. Vui lòng đề cập đến phiên bản chính xác của Postgres khi đặt câu hỏi. Các câu hỏi liên quan đến quản trị hoặc các tính năng nâng cao được chuyển tốt nhất đến dba.stackexchange.com.

8
Postgres ràng buộc duy nhất so với chỉ mục
Như tôi có thể hiểu tài liệu các định nghĩa sau là tương đương: create table foo ( id serial primary key, code integer, label text, constraint foo_uq unique (code, label)); create table foo ( id serial primary key, code integer, label text); create unique index foo_idx on foo using …
156 sql  postgresql  unique 



13
Những ưu và nhược điểm của việc thực hiện tính toán trong sql so với trong ứng dụng của bạn là gì
shopkeeper bảng có các trường sau: id (bigint),amount (numeric(19,2)),createddate (timestamp) Hãy nói rằng, tôi có bảng trên. Tôi muốn lấy hồ sơ cho ngày hôm qua và tạo một báo cáo bằng cách in số tiền ra xu. Một cách làm là thực hiện các phép tính trong ứng dụng …





20
PSQLException: giao dịch hiện tại bị hủy bỏ, các lệnh bị bỏ qua cho đến khi kết thúc khối giao dịch
Tôi đang thấy stacktrace (cắt ngắn) sau trong tệp server.log của JBoss 7.1.1 Final: Caused by: org.postgresql.util.PSQLException: ERROR: current transaction is aborted, commands ignored until end of transaction block at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:512) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:374) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:302) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.6.0_23] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [rt.jar:1.6.0_23] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) …







Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.